mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-27 08:40:00 +00:00
10 lines
297 B
XML
10 lines
297 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:src="@drawable/npc_gradient"
|
||
|
|
android:tileMode="repeat"
|
||
|
|
android:tileModeX="repeat"
|
||
|
|
android:tint="@color/content_background"
|
||
|
|
android:tintMode="multiply">
|
||
|
|
|
||
|
|
</bitmap>
|