summaryrefslogtreecommitdiff
path: root/android/app/src/main/res/drawable/bg.xml
diff options
context:
space:
mode:
authorNeroBurner <pyro4hell@gmail.com>2021-06-21 21:51:42 +0200
committerGitHub <noreply@github.com>2021-06-21 20:51:42 +0100
commita7143c2a8c48b234d78ec666193b942ae0b62ca3 (patch)
treec6ba5317ba853536d25709f80aadc4036c14dfd3 /android/app/src/main/res/drawable/bg.xml
parent7fdbf3f231976257a1c246c6ebcdbc5bb8fa5571 (diff)
downloadminetest-a7143c2a8c48b234d78ec666193b942ae0b62ca3.tar.gz
minetest-a7143c2a8c48b234d78ec666193b942ae0b62ca3.tar.bz2
minetest-a7143c2a8c48b234d78ec666193b942ae0b62ca3.zip
Move build/android directory to root of project (#11283)
Diffstat (limited to 'android/app/src/main/res/drawable/bg.xml')
-rw-r--r--android/app/src/main/res/drawable/bg.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/android/app/src/main/res/drawable/bg.xml b/android/app/src/main/res/drawable/bg.xml
new file mode 100644
index 000000000..903335ed9
--- /dev/null
+++ b/android/app/src/main/res/drawable/bg.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
+ android:src="@drawable/background"
+ android:tileMode="repeat" />