
Android组件
那时候
这个作者很懒,什么都没留下…
展开
-
自动隐藏显示的Title栏
<android.support.design.widget.CoordinatorLayout android:layout_width="match_parent" android:layout_height="match_parent"原创 2018-05-22 14:41:05 · 946 阅读 · 0 评论 -
使用BottomNavigationView构造底部导航栏
取代RadioGroup和RadioButton创建底部选择栏使用AndroidStudio自动创建Activity,选择Bottom Navigation Activity重点内容:布局:<android.support.design.widget.BottomNavigationView android:id="@+id/navigation" andr...原创 2018-08-16 15:46:13 · 544 阅读 · 1 评论 -
BottomNavigationView使用
设置显示模式app:labelVisibilityMode="labeled" |selected|unselected|auto设置字体颜色app:itemTextColor="@drawable/sel_text_color_select"<selector xmlns:android="http://schemas.android.com/apk/res/android...原创 2019-06-05 14:20:39 · 1062 阅读 · 0 评论 -
CheckBox自定义样式
android:drawableStart="@drawable/sel_select"android:button="@null"此处不要使用background, 否则padding失效<selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:draw...原创 2019-06-06 19:25:27 · 3270 阅读 · 0 评论