mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-25 07:36:36 +00:00
Copy Android project
This commit is contained in:
BIN
AerofoilAndroid/app/src/main/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
AerofoilAndroid/app/src/main/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
BIN
AerofoilAndroid/app/src/main/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
AerofoilAndroid/app/src/main/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
BIN
AerofoilAndroid/app/src/main/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
AerofoilAndroid/app/src/main/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
BIN
AerofoilAndroid/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
AerofoilAndroid/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.7 KiB |
BIN
AerofoilAndroid/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
AerofoilAndroid/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
6
AerofoilAndroid/app/src/main/res/values/colors.xml
Normal file
6
AerofoilAndroid/app/src/main/res/values/colors.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="colorPrimary">#3F51B5</color>
|
||||
<color name="colorPrimaryDark">#303F9F</color>
|
||||
<color name="colorAccent">#FF4081</color>
|
||||
</resources>
|
3
AerofoilAndroid/app/src/main/res/values/strings.xml
Normal file
3
AerofoilAndroid/app/src/main/res/values/strings.xml
Normal file
@@ -0,0 +1,3 @@
|
||||
<resources>
|
||||
<string name="app_name">Game</string>
|
||||
</resources>
|
8
AerofoilAndroid/app/src/main/res/values/styles.xml
Normal file
8
AerofoilAndroid/app/src/main/res/values/styles.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<resources>
|
||||
|
||||
<!-- Base application theme. -->
|
||||
<style name="AppTheme" parent="android:Theme.Holo.Light.DarkActionBar">
|
||||
<!-- Customize your theme here. -->
|
||||
</style>
|
||||
|
||||
</resources>
|
Reference in New Issue
Block a user