mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-27 05:45:18 +01:00
Android: add Android Studio support, completely redone java part (#9066)
This commit is contained in:
BIN
build/android/app/src/main/res/drawable/background.png
Normal file
BIN
build/android/app/src/main/res/drawable/background.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 83 B |
4
build/android/app/src/main/res/drawable/bg.xml
Normal file
4
build/android/app/src/main/res/drawable/bg.xml
Normal file
@@ -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" />
|
||||
Reference in New Issue
Block a user