aboutsummaryrefslogtreecommitdiff
path: root/android/app/src/main/res/values/styles.xml
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2024-05-12 16:40:21 +0530
committerAkshay Nair <phenax5@gmail.com>2024-09-29 16:16:35 +0530
commit8ca8f830a09d8ff08ccb654199cb33779117cc37 (patch)
tree328fcca1e9c04338e373aa9626d0ae4eaa11cbad /android/app/src/main/res/values/styles.xml
downloaddaft-launcher-8ca8f830a09d8ff08ccb654199cb33779117cc37.tar.gz
daft-launcher-8ca8f830a09d8ff08ccb654199cb33779117cc37.zip
Initial commit
Generated by react-native@0.74.1
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 0000000..7ba83a2
--- /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>