Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • 显示和隐藏Action Bar.zip 该代码简洁明了,能够实现显示和隐藏Action Bar的功能,且有相应的注释,易于读者理解。
  • 模拟Action Bar.zip 该代码简洁明了,能够实现模拟Action Bar的功能,且有相应的注释,易于读者理解。
  • 模拟支付宝朋友圈的Action Bar.zip 该代码简洁明了,能够实现模拟Action Bar的功能,且有相应的注释,易于读者理解。
  • 模拟有道词典的Action Bar.zip 该代码简洁明了,能够实现模拟Action Bar的功能,且有相应的注释,易于读者理解。
  • 向上导航按钮的Action Bar.zip 该代码简洁明了,能够实现模拟Action Bar的功能,且有相应的注释,易于读者理解。
  • 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 ...