android 反向进度条,Android progressBar 正向绘制与反向绘制

3c1160e2d6bc

image.png

xml布局文件

android:id="@+id/progress02"

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:layout_below="@id/pk1"

android:layout_marginLeft="2dp"

style="@style/Widget.AppCompat.ProgressBar.Horizontal"

android:progress="48"

android:progressDrawable="@drawable/progress_vertical_style"

android:max="100"

/>

注释

style="@style/Widget.AppCompat.ProgressBar.Horizontal"

样式使用水平进度条

android:progressDrawable="@drawable/progress_vertical_style"

背景引用drawble内文件progress_vertical_style的样式

1:正向绘制 drawble 内progress_vertical_style

android:startColor="#ddd"

android:endColor="#ddd"/>

android:clipOrientation="horizontal"

android:gravity="left">

android:startColor="#00d0ff"

android:endColor="#6296ef"/>

注释

进度条的背景色

android:clipOrientation="horizontal"

裁剪方向为水平方向

android:gravity="left"

从左边开始裁剪

android:startColor="#00d0ff"

进度条的前景色颜色

android:endColor="#6296ef"

进度条结束后的颜色

2:反向绘制

android:startColor="#ddd"

android:endColor="#ddd"/>

android:clipOrientation="horizontal"

android:gravity="right">

android:startColor="#f00"

android:endColor="#f00"/>

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值