12 lines
284 B
XML
12 lines
284 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
<gradient
|
|
android:angle="270"
|
|
android:endColor="#0000"
|
|
android:startColor="#30000000" >
|
|
</gradient>
|
|
|
|
<size android:height="3dp" />
|
|
|
|
</shape> |