2012-01-19 80 views

回答

1
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> 
<item android:id="@android:id/background" 
     android:drawable="@drawable/custom_background1" /> 
<item android:id="@android:id/secondaryProgress"> 
    <clip android:drawable="@drawable/custom_background2" /> 
</item> 
<item android:id="@android:id/progress"> 
    <clip android:drawable="@drawable/custom_background3" /> 
</item> 
</layer-list> 

使用

android:progressDrawable="@drawable/music_volume_seekbar_style" 

你的意思是這個創建drawalbe一個XML文件,如上面和layout.xml?

+1

thanx它的工作! – Navdroid

0

對於任何意見都是不可能的。但是,如果您有ImageView,則可以使用方法ImageView.setAlpha(int)

相關問題