diff options
Diffstat (limited to 'build/android/res/values/styles.xml')
-rw-r--r-- | build/android/res/values/styles.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/build/android/res/values/styles.xml b/build/android/res/values/styles.xml deleted file mode 100644 index 25b8df5a3..000000000 --- a/build/android/res/values/styles.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <style name="Theme.Transparent" parent="android:Theme"> - <item name="android:windowIsTranslucent">true</item> - <item name="android:windowBackground">@android:color/transparent</item> - <item name="android:windowContentOverlay">@null</item> - <item name="android:windowNoTitle">true</item> - <item name="android:windowIsFloating">true</item> - <item name="android:backgroundDimEnabled">false</item> - </style> -</resources>
\ No newline at end of file |