13 lines
No EOL
332 B
XML
13 lines
No EOL
332 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle"
|
|
>
|
|
<size
|
|
android:width="484dp"
|
|
android:height="192dp" />
|
|
<gradient
|
|
android:endColor="@color/darkGray6"
|
|
android:startColor="@color/darkGray6" />
|
|
|
|
</shape> |