我有一个自定义进度不确定横向
的xml文件<?xml version="1.0" encoding="utf-8"?>
<animation-list
xmlns:android="http://schemas.android.com/apk/res/android"
android:oneshot="false">
<item android:drawable="@drawable/p1" android:duration="200" />
<item android:drawable="@drawable/p2" android:duration="200" />
<item android:drawable="@drawable/p3" android:duration="200" />
</animation-list>
p1 p2 p3是3个可绘制的图像...但结果看起来像波纹管
我希望不确定没有角落半径,如图像吼叫
请帮帮我。感谢
答案 0 :(得分:0)
您可能希望看一下:http://mikinw.blogspot.co.uk/2015/05/indeterminate-progressbar-with-rounded.html
您可以根据需要设置任何形状。