about summary refs log tree commit diff
path: root/android/app/src/main/res/values/styles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'android/app/src/main/res/values/styles.xml')
-rw-r--r--android/app/src/main/res/values/styles.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/android/app/src/main/res/values/styles.xml b/android/app/src/main/res/values/styles.xml
new file mode 100644
index 000000000..7ba83a2ad
--- /dev/null
+++ b/android/app/src/main/res/values/styles.xml
@@ -0,0 +1,9 @@
+<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>