Andorid自定义进度的背景图片

时间:2019-05-13 06:19:15

标签: xml android-layout

我只是按图像编码自定义进度栏

关闭圈子颜色

enter image description here


启用“圈子颜色”

enter image description here

需要像这张图片一样

enter image description here

我使用了ProgressBar色调选项,但无法设置progressbar的值

请帮助我..
我用了3天的google,但找不到方法。

-进度条色调
-我做了Google 3天了,但是找不到方法。

<ProgressBar
                    android:id="@+id/progress_water"
                    style="?android:attr/progressBarStyleHorizontal"
                    android:layout_width="264dp"
                    android:layout_height="264dp"
                    android:layout_centerInParent="true"
                    android:max="100"
                    android:progress="25"
                    android:progressDrawable="@mipmap/ic_water_outcircle_off"
                    android:progressTint="@color/colorPrimary"
                    android:progressTintMode="src_in" />

需要像这张图片一样

enter image description here

0 个答案:

没有答案