xref: /MusicFree/android/app/src/main/res/values/styles.xml (revision 9c72192f09e3e71b70c1fb446447ba438c4fffbd)
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    </style>
8    <style name='BootTheme' parent='Theme.SplashScreen'>
9        <item name="windowSplashScreenBackground">@color/bootsplash_background</item>
10        <item name="windowSplashScreenAnimatedIcon">@mipmap/bootsplash_logo</item>
11        <item name="postSplashScreenTheme">@style/AppTheme</item>
12    </style>
13
14</resources>
15