夜间模式暗黑模式
字体
阴影
滤镜
圆角
主题色
ProgressBar and SeekBar

共有属性 * progressDrawable 内容可以如下设置:


<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
//覆盖系统 id 实现自定义 background
<item android:id="@android:id/background" >
//在 item 中写会实现圆角功能 如果要直角在 item 中写 background 参数.
        <shape   >
            <corners android:radius="5dp"/>
            <solid android:color="@color/Grey_50"/>
        </shape>
暂无评论

发送评论 编辑评论


				
上一篇
下一篇