diff options
Diffstat (limited to 'make/resources/android/res-launcher/values/styles.xml')
-rw-r--r-- | make/resources/android/res-launcher/values/styles.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/make/resources/android/res-launcher/values/styles.xml b/make/resources/android/res-launcher/values/styles.xml deleted file mode 100644 index 5b7eb7e2e..000000000 --- a/make/resources/android/res-launcher/values/styles.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <style name="Theme" parent="android:Theme"> - </style> - - <style name="Theme.Translucent" parent="android:style/Theme.Translucent"> - <item name="android:windowBackground">@drawable/translucent_background</item> - <item name="android:windowNoTitle">true</item> - <item name="android:colorForeground">#fff</item> - </style> - - <style name="Theme.Transparent"> - <item name="android:windowIsTranslucent">true</item> - <item name="android:windowAnimationStyle">@android:style/Animation.Translucent</item> - <item name="android:windowBackground">@drawable/transparent_background</item> - <item name="android:windowNoTitle">true</item> - <item name="android:colorForeground">#fff</item> - </style> - -</resources> |