spiegel-keyman/android/KMEA/res/drawable/list_header.xml
darcywong00 6d26d7cd9e Keyman for Android 2.8 Open Source
Copy over the Android source
Update build.sh scripts for new paths
KMEA/build.sh also updated to build KMW and use the artifacts
2017-07-21 11:52:22 +07:00

8 lines
No EOL
255 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:angle="90"
android:startColor="#FFAAAAAA"
android:endColor="#FFDDDDDD"
android:type="linear" />
</shape>