7 lines
213 B
XML
7 lines
213 B
XML
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<gradient
|
|
android:startColor="#66000000"
|
|
android:endColor="@android:color/transparent"
|
|
android:angle="90" />
|
|
</shape>
|