摘要:
Button <Button android:id="@+id/btn" android:text="发送通知" android:backgroundTint="@color/red" android:layout_width="100dp" android:layout_height="60dp" 阅读全文
摘要:
设置颜色值 <resources> <color name="red">#FFFF0000</color> </resources> //在resources标签中定义颜色,name值为颜色名,颜色值前两位为透明度,后面为十六进制颜色代码。 新建颜色选择器 res文件夹右键新建目录,新建颜色选择器文 阅读全文
摘要:
TextView <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/y_shiju" android:singleLine="true" a 阅读全文