UI Android Library with several components to implement in android projects .
Add the repository to your build.gradle with:
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
and on your project dependencies:
dependencies {
compile 'com.github.stantmob:stant-ui-android-library:{last-version}'
}
- Action Button View
- Basic Toolbar View
- Button Component View
- Executed Percent Bar View
- Expandable TextView
- Increase Decrease Buttons View
- Info Action Card View
- Select Date Picker View
- Select Time Picker View
- Severity Level Indicator View
- Simple Informations Card View
- Simple Percentage Bar View
- Simple Request Info Snackbar
- Viewing User Dialog