player_bg_gradient_dark.xml (307B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <shape xmlns:android="http://schemas.android.com/apk/res/android" > 3 4 <gradient 5 android:angle="90" 6 android:centerColor="#00000000" 7 android:endColor="#B2000000" 8 android:startColor="#B2000000" 9 android:type="linear" /> 10 11 </shape>