6 lines
195 B
XML
6 lines
195 B
XML
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<gradient
|
|
android:startColor="#00FFFFFF"
|
|
android:endColor="#80000000"
|
|
android:angle="90" />
|
|
</shape> |