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