diff options
Diffstat (limited to 'android/res')
-rw-r--r-- | android/res/drawable-hdpi/ic_launcher.png | bin | 16820 -> 0 bytes | |||
-rw-r--r-- | android/res/drawable-mdpi/ic_launcher.png | bin | 16124 -> 0 bytes | |||
-rw-r--r-- | android/res/drawable-xhdpi/ic_launcher.png | bin | 17915 -> 0 bytes | |||
-rw-r--r-- | android/res/drawable-xxhdpi/ic_launcher.png | bin | 18746 -> 0 bytes | |||
-rw-r--r-- | android/res/drawable-xxxhdpi/ic_launcher.png | bin | 19448 -> 0 bytes | |||
-rw-r--r-- | android/res/values/strings.xml | 6 | ||||
-rw-r--r-- | android/res/values/styles.xml | 12 |
7 files changed, 0 insertions, 18 deletions
diff --git a/android/res/drawable-hdpi/ic_launcher.png b/android/res/drawable-hdpi/ic_launcher.png Binary files differdeleted file mode 100644 index 91f696b..0000000 --- a/android/res/drawable-hdpi/ic_launcher.png +++ /dev/null diff --git a/android/res/drawable-mdpi/ic_launcher.png b/android/res/drawable-mdpi/ic_launcher.png Binary files differdeleted file mode 100644 index c1ab239..0000000 --- a/android/res/drawable-mdpi/ic_launcher.png +++ /dev/null diff --git a/android/res/drawable-xhdpi/ic_launcher.png b/android/res/drawable-xhdpi/ic_launcher.png Binary files differdeleted file mode 100644 index 2011cc0..0000000 --- a/android/res/drawable-xhdpi/ic_launcher.png +++ /dev/null diff --git a/android/res/drawable-xxhdpi/ic_launcher.png b/android/res/drawable-xxhdpi/ic_launcher.png Binary files differdeleted file mode 100644 index 25fcef0..0000000 --- a/android/res/drawable-xxhdpi/ic_launcher.png +++ /dev/null diff --git a/android/res/drawable-xxxhdpi/ic_launcher.png b/android/res/drawable-xxxhdpi/ic_launcher.png Binary files differdeleted file mode 100644 index d109946..0000000 --- a/android/res/drawable-xxxhdpi/ic_launcher.png +++ /dev/null diff --git a/android/res/values/strings.xml b/android/res/values/strings.xml deleted file mode 100644 index b9780ad..0000000 --- a/android/res/values/strings.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - - <string name="app_name">zproject</string> - -</resources> diff --git a/android/res/values/styles.xml b/android/res/values/styles.xml deleted file mode 100644 index 3f00fc5..0000000 --- a/android/res/values/styles.xml +++ /dev/null @@ -1,12 +0,0 @@ -<resources> - - <style name="GdxTheme" parent="android:Theme"> - <item name="android:windowBackground">@android:color/transparent</item> - <item name="android:colorBackgroundCacheHint">@null</item> - <item name="android:windowAnimationStyle">@android:style/Animation</item> - <item name="android:windowNoTitle">true</item> - <item name="android:windowContentOverlay">@null</item> - <item name="android:windowFullscreen">true</item> - </style> - -</resources> |