
这样的进度条,应该怎么实现 ?
------解决方案--------------------
xml中加上android:progreesDrawable="@drawable/自定义拖动条和背景"
------解决方案--------------------
百度"自定义进度条 水平progress"
------解决方案--------------------
图片也一样啊
<item android:id="@android:id/progress"
android:drawable="@drawable/斜杠" />
------解决方案--------------------
图片也一样啊
xml中加上android:progreesDrawable="@drawable/自定义拖动条和背景"
绿色那斜杠是一张图片。。。
<item android:id="@android:id/progress"
android:drawable="@drawable/斜杠" />
它并 不能随着下载的进度来变化的,像你说的加上去,直接就“占满”整个进度条了