code
code
code
但實際跑起來會發現,call setProgressDrawable後,整個progressBar就消失;這是Android的bug?!看起來是如此!目前的解決方法也很簡單,用xml裡用色票的start/center/endColor即可!
<?xml version=”1.0″ encoding=”UTF-8″?>
<shape xmlns:android=”http://schemas.android.com/apk/res/android”>
<gradient
android:endColor=”#fff”
android:centerColor="#aaa"
android:startColor=”#999″
android:type=”linear”
/>
</shape>
Reference:
http://osdir.com/ml/Android-Developers/2010-06/msg02432.html
沒有留言:
張貼留言