diff options
Diffstat (limited to 'android/res/values')
| -rw-r--r-- | android/res/values/color.xml | 4 | ||||
| -rw-r--r-- | android/res/values/styles.xml | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/android/res/values/color.xml b/android/res/values/color.xml deleted file mode 100644 index 933353e..0000000 --- a/android/res/values/color.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <color name="ic_background_color">#FFFFFFFF</color> -</resources> diff --git a/android/res/values/styles.xml b/android/res/values/styles.xml index 77377af..4e8d13d 100644 --- a/android/res/values/styles.xml +++ b/android/res/values/styles.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <resources> <style name="AppTheme" parent="android:Theme.Holo.Light.NoActionBar.Fullscreen"> - <item name="android:windowBackground">@color/ic_background_color</item> + <item name="android:windowBackground">#FFFFFFFF</item> </style> </resources> |
