9 lines
No EOL
286 B
XML
9 lines
No EOL
286 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
<!-- Gradient Bg for bootan -->
|
|
<gradient
|
|
android:startColor="#181C18"
|
|
android:endColor="#6B6D6B"
|
|
android:angle="90" />
|
|
</shape> |