mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-01-17 00:57:02 +01:00
11 lines
277 B
XML
11 lines
277 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="#FF444444"
|
|
android:endColor="#44222222"
|
|
android:angle="270"
|
|
/>
|
|
<corners android:radius="3dp" />
|
|
</shape>
|