mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-02-23 15:38:29 +01:00
8 lines
365 B
XML
8 lines
365 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="#444444" android:endColor="#777777" android:angle="270"/>
|
|
<!-- <padding android:left="2dp" android:top="2dp" android:right="2dp" android:bottom="2dp" /> -->
|
|
<corners android:radius="3dp" />
|
|
</shape>
|