santukis / upperActionBar

library to facilite upper action bar manage on Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

upperActionBar

View to easily manage Android ActionBar

To import the library add the following code in your root build.gradle at the end of repositories:

allprojects {
    repositories {
    ...
    maven { url 'https://jitpack.io' }
    }
}

Next add the dependency to the build.gradle of your module:

dependencies {
    implementation 'com.github.santukis:upperActionBar:[jitpack_version]@aar'
}

About

library to facilite upper action bar manage on Android


Languages

Language:Kotlin 100.0%