Files
andors-trail/AndorsTrail/res/drawable/ui_gradientshape_translucent.xml
oskar.wiksten 02454b5a78 Updated combat interface by Uwe Jugel.
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@71 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-04-14 20:33:20 +00:00

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>