Android代码-安卓底部栏

时间:2022-08-25 23:33:22
【文件属性】:

文件名称:Android代码-安卓底部栏

文件大小:16.62MB

文件格式:ZIP

更新时间:2022-08-25 23:33:22

Android代码

android-bottom-tab-bar安卓底部导航栏 在iOS设计大行其道的日子里,安卓开发们必须做出一些折中和妥协,以满足大众审美需求,这个库由此诞生。这个库的目的很简单,就是模仿iOS当中的UITabBar,即一个导航栏。 这是本项目做出的简单效果: 使用方式 将这段代码放到资源文件的根tag上:xmlns:bottombar="http://schemas.android.com/apk/res-auto" 像这样: - 然后将bottom bar放到项目的外观资源文件中: * tag属性解释: - ```selected_icon``` : 当tab选中的时候显示的图片。 - ```unselected_icon``` : 当tab未选中的时候显示的图片。 - ```text_selected_color``` : 当tab选中的时候文字显示的颜色。 - ```text_unselected_color``` : 当tab未选中的时候文字显示的颜色。 - ```default_selected``` : tab是否默认设定为选


【文件预览】:
android-bottom-tab-bar-master
----gradlew.bat(2KB)
----gradlew(5KB)
----proguard-rules.pro(651B)
----bar1.gif(16.56MB)
----src()
--------androidTest()
--------main()
----.gitignore(29B)
----local.properties(454B)
----README.md(4KB)
----.gitattributes(378B)
----search_library.png(106KB)
----build.gradle(483B)

网友评论