Skip to content

asimanaghayev/BadgedImageView

Repository files navigation

BadgedImageView

A simple library to add badges to your image view. You can add simple badge, text or icon

Setup

Gradle
repositories {
  mavenCentral()
}

dependencies {
  implementation 'com.github.asimanaghayev:BadgedImageView:0.1.1'
}