aboutsummaryrefslogtreecommitdiffstats
path: root/android-mobile/res/values/apptheme.xml
blob: adec2328c02125123bcd3eaca49b0cf597ecb5f2 (plain) (blame)
1
2
3
4
5
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>