11 lines
587 B
XML
11 lines
587 B
XML
|
|
<resources xmlns:tools="http://schemas.android.com/tools">
|
||
|
|
<style name="AppTheme" parent="Theme.AppCompat.DayNight.NoActionBar">
|
||
|
|
<item name="android:enforceNavigationBarContrast" tools:targetApi="29">true</item>
|
||
|
|
<item name="android:editTextBackground">@drawable/rn_edit_text_material</item>
|
||
|
|
<item name="colorPrimary">@color/colorPrimary</item>
|
||
|
|
<item name="android:statusBarColor">#ffffff</item>
|
||
|
|
</style>
|
||
|
|
<style name="Theme.App.SplashScreen" parent="AppTheme">
|
||
|
|
<item name="android:windowBackground">@drawable/ic_launcher_background</item>
|
||
|
|
</style>
|
||
|
|
</resources>
|