mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-02-23 15:38:29 +01:00
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@71 08aca716-68be-ccc6-4d58-36f5abd142ac
11 lines
279 B
XML
11 lines
279 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>
|