Files
scummvm/dists/android/res/drawable/gradient.xml
T
2010-06-06 09:34:36 +00:00

8 lines
226 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:startColor="#e9bb8b"
android:endColor="#d16e09"
android:angle="315" />
</shape>