摘要: Button <Button android:id="@+id/btn" android:text="发送通知" android:backgroundTint="@color/red" android:layout_width="100dp" android:layout_height="60dp" 阅读全文
posted @ 2022-02-01 16:36 富瑞阿得 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 设置颜色值 <resources> <color name="red">#FFFF0000</color> </resources> //在resources标签中定义颜色,name值为颜色名,颜色值前两位为透明度,后面为十六进制颜色代码。 新建颜色选择器 res文件夹右键新建目录,新建颜色选择器文 阅读全文
posted @ 2022-02-01 15:19 富瑞阿得 阅读(584) 评论(0) 推荐(0) 编辑
摘要: TextView <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/y_shiju" android:singleLine="true" a 阅读全文
posted @ 2022-02-01 14:10 富瑞阿得 阅读(299) 评论(0) 推荐(0) 编辑