diff options
Diffstat (limited to 'android/res/values/styles.xml')
-rw-r--r-- | android/res/values/styles.xml | 12 |
1 files changed, 0 insertions, 12 deletions
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> |