Android: Upgraded the example to work with Gradle
This commit is contained in:
parent
0adde249ec
commit
3a96024f6b
25 changed files with 490 additions and 1 deletions
BIN
examples/android/app/src/main/res/drawable-hdpi/sfml_logo.png
Normal file
BIN
examples/android/app/src/main/res/drawable-hdpi/sfml_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
BIN
examples/android/app/src/main/res/drawable-ldpi/sfml_logo.png
Normal file
BIN
examples/android/app/src/main/res/drawable-ldpi/sfml_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
BIN
examples/android/app/src/main/res/drawable-mdpi/sfml_logo.png
Normal file
BIN
examples/android/app/src/main/res/drawable-mdpi/sfml_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
BIN
examples/android/app/src/main/res/drawable-xhdpi/sfml_logo.png
Normal file
BIN
examples/android/app/src/main/res/drawable-xhdpi/sfml_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.6 KiB |
BIN
examples/android/app/src/main/res/drawable-xxhdpi/sfml_logo.png
Normal file
BIN
examples/android/app/src/main/res/drawable-xxhdpi/sfml_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.3 KiB |
4
examples/android/app/src/main/res/values/strings.xml
Normal file
4
examples/android/app/src/main/res/values/strings.xml
Normal file
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="app_name">SFML</string>
|
||||
</resources>
|
Loading…
Add table
Add a link
Reference in a new issue