Android学习日常

来源:互联网 发布:仙界网络直播间txt下载 编辑:程序博客网 时间:2024/05/16 05:34

1.Android 去掉5.0以后Button自带的阴影:点这里(别人的博客)

=》实际上在Button中添加如下一行代码即可:

style="@style/Widget.AppCompat.Button.Borderless"

2.Android 5.0常用颜色属性说明:

colorPrimaryDark
colorAccent
android:windowBackground
android:navigationBarColor
android:colorPrimary
android:textColorPrimary
android:colorControlNormal
Android 5.0常用颜色属性说明

0 0