styles.xml 282 B

123456789
  1. <resources>
  2. <!-- Base application theme. -->
  3. <style name="AppTheme" parent="Theme.AppCompat.DayNight.NoActionBar">
  4. <!-- Customize your theme here. -->
  5. <item name="android:editTextBackground">@drawable/rn_edit_text_material</item>
  6. </style>
  7. </resources>