我有水平进度条,但比我想象的要大得多!
这是我的自定义进度xml:
<?xml version="1.0" encoding="utf-8"?>
<clip xmlns:android="http://schemas.android.com/apk/res/android"
android:drawable="@drawable/progress_green"
android:clipOrientation="horizontal"
android:gravity="left" />
</clip>
想象进度是50/100
这就是我得到的:
这就是我想要的:
最糟糕的是,这段代码对我来说不再起作用了!!
使用图像制作自定义进度条的任何建议或连击内容