mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
8 lines
226 B
XML
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>
|