xref: /MusicFree/android/app/src/main/res/values/styles.xml (revision 5589cdf32b2bb0f641e5ac7bf1f6152cd6b9b70e)
1bf6e62f2S猫头猫<resources>
2bf6e62f2S猫头猫
3bf6e62f2S猫头猫    <!-- Base application theme. -->
4bf6e62f2S猫头猫    <style name="AppTheme" parent="Theme.AppCompat.DayNight.NoActionBar">
5bf6e62f2S猫头猫        <!-- Customize your theme here. -->
6bf6e62f2S猫头猫        <item name="android:editTextBackground">@drawable/rn_edit_text_material</item>
7*5589cdf3S猫头猫        <item name="android:windowBackground">@drawable/splashscreen</item> <!-- this line instructs the system to use 'splashscreen.xml' as a background of the whole application -->
8d84e0f28S猫头猫    </style>
9bf6e62f2S猫头猫
10bf6e62f2S猫头猫</resources>
11