Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danielceinos/fsbubbleindicator

Badge notification bubble indicator
https://github.com/danielceinos/fsbubbleindicator

android android-development android-library android-ui badge kotlin kotlin-android kotlin-library library notification

Last synced: 25 days ago
JSON representation

Badge notification bubble indicator

Awesome Lists containing this project

README

        

# FSBubbleIndicator

[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/danielceinos/FSBubbleIndicator/blob/master/LICENSE.md)
[![Version](https://img.shields.io/badge/jitpack-1.0.1-green.svg)](https://jitpack.io/#danielceinos/FSBubbleIndicator/1.0.1)



# Requirements

- minAndroidSdk: 16

# Installation

Add to your gradle.build:
```
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```
```
dependencies {
compile 'com.github.danielceinos:FSBubbleIndicator:1.0.1'
}
```
# Use

## Options

```xml








```

## Example

```xml

```

```xml

```

```kotlin
findViewById(R.id.bubble).count = 777
```