Reactnative-notesapp/android/app/src/main/res/values/styles.xml
2023-03-05 19:24:34 +08:00

9 lines
282 B
XML

<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.DayNight.NoActionBar">
<!-- Customize your theme here. -->
<item name="android:editTextBackground">@drawable/rn_edit_text_material</item>
</style>
</resources>