mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-02-13 21:18:13 +01:00
8 lines
242 B
XML
8 lines
242 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:tileMode="repeat"
|
|
android:src="@drawable/sky_gradient"
|
|
android:antialias="false"
|
|
android:dither="false"
|
|
/>
|