-
-
-
-
-
-
-
Android代码-Custom Navigation Bar
This repo contains translations of the app Custom Navigation Bar on Google Play.
Feel free contact me at paphonb@gmail.com if you want to help translating the app to your language.
-
Android代码-weekdays-buttons-bar
Material Weekdays Buttons Bar
Lets you easily implement a customizable and flexible weekdays 'button bar' in your app.
Sample App
The included sample app can be tested on Google Play
Gradle Dependency
The following goes in your module's build.gradle ...
-
Android代码-Simple dot style progress bar
DotProgressBar
It`s a simple progress bar.
Example
Gradle
compile 'com.github.silvestrpredko:dot-progress-bar:1.1'
Usage
XML
Code
dotProgressBar.setStartColor(startColor);
dotProgressBar.setEndColor(endColor);
dotProgressBar.setDotAmount(amount);
...
-
Android代码-status-bar-compat
... {
repositories {
jcenter()
}
}
声明依赖
在你要使用的module的build.gradle文件中声明以下依赖:
compile 'com.githang:status-bar-compat:0.7'
代码调用
最后在你的Activity的setContentView()方法调用之后,调用以下方法即可。
StatusBarCompat.setStatusBarColor(this, color, lightStatusBar ...
-
Android代码-Engorgio-Bottom-Bar
Engorgio-Bottom-Bar
A bottom bar with an expanding title effect for android
Written In Kotlin
Handle 5 ... }
App Level
dependencies {
implementation 'com.github.AkashBang:Engorgio-Bottom-Bar:0.1.1'
}
Code Example
XML
Kotlin
class ...
-