diff options
author | NeroBurner <pyro4hell@gmail.com> | 2021-06-21 21:51:42 +0200 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2021-10-18 18:11:33 +0100 |
commit | 27f4195471fbbac33b5cdc19025ec5aa6c118a75 (patch) | |
tree | 193758bcafe425e7dcb9d77796ec3674eea182b6 /android/app/src/main/res/drawable/bg.xml | |
parent | b2596eda32a41a8008b6979d7a29e0c225421a3a (diff) | |
download | minetest-27f4195471fbbac33b5cdc19025ec5aa6c118a75.tar.gz minetest-27f4195471fbbac33b5cdc19025ec5aa6c118a75.tar.bz2 minetest-27f4195471fbbac33b5cdc19025ec5aa6c118a75.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.xml | 4 |
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" /> |