xref: /MusicFree/android/app/src/main/res/values/styles.xml (revision d84e0f28a520cbaefef752f0fc28e0378e11f72d)
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="windowSplashScreenAnimatedIcon">@mipmap/bootsplash_logo</item>
10        <item name="postSplashScreenTheme">@style/AppTheme</item>
11    </style>
12
13</resources>
14