9 lines
No EOL
300 B
XML
9 lines
No EOL
300 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
<gradient
|
|
android:startColor="#3f3f3f"
|
|
android:centerColor="#2f2f2f"
|
|
android:endColor="#1c1c1c"
|
|
android:angle="270" />
|
|
</shape> |