diff options
Diffstat (limited to 'android-mobile/res/values/apptheme.xml')
-rw-r--r-- | android-mobile/res/values/apptheme.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/android-mobile/res/values/apptheme.xml b/android-mobile/res/values/apptheme.xml new file mode 100644 index 000000000..adec2328c --- /dev/null +++ b/android-mobile/res/values/apptheme.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <style name="AppTheme" parent="@android:style/Theme.DeviceDefault.Light.NoActionBar"> + <item name="android:windowBackground">@drawable/splash</item> + </style> +</resources> |