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 9</resources> 10