xref: /MusicFree/android/app/src/main/res/values/styles.xml (revision 2aa881935ca35b8fb1abc4206e0dc35149231456)
1<resources>
2
3    <!-- Base application theme. -->
4    <style name="AppTheme" parent="Theme.AppCompat.DayNight.NoActionBar">
5        <!-- Customize your theme here. -->
6        <item name="android:editTextBackground">@drawable/rn_edit_text_material</item>
7        <item name="android:statusBarColor">@android:color/transparent</item>
8    </style>
9    <style name='BootTheme' parent='Theme.SplashScreen'>
10        <item name="windowSplashScreenBackground">@color/bootsplash_background</item>
11        <item name="windowSplashScreenAnimatedIcon">@mipmap/bootsplash_logo</item>
12        <item name="postSplashScreenTheme">@style/AppTheme</item>
13    </style>
14
15</resources>
16