mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-26 16:22:39 +00:00
9 lines
297 B
XML
9 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>
|