summaryrefslogtreecommitdiff
path: root/android/app/src/main/res/values/styles.xml
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-07-16 14:54:44 +0700
committerpolwex <polwex@sortug.com>2025-07-16 14:54:44 +0700
commitaadfe206f3233032d8742a17c1f21d4750946a41 (patch)
treea63a95381ff99af1226ef096ce94cc32d8153ca5 /android/app/src/main/res/values/styles.xml
parent1c81a70b0349a7f7577d0124b4b67ab5ea01e68d (diff)
aaaarggh!!!
Diffstat (limited to 'android/app/src/main/res/values/styles.xml')
-rw-r--r--android/app/src/main/res/values/styles.xml12
1 files changed, 12 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..4ef1d97
--- /dev/null
+++ b/android/app/src/main/res/values/styles.xml
@@ -0,0 +1,12 @@
+<resources xmlns:tools="http://schemas.android.com/tools">
+ <style name="AppTheme" parent="Theme.EdgeToEdge">
+ <item name="android:editTextBackground">@drawable/rn_edit_text_material</item>
+ <item name="colorPrimary">@color/colorPrimary</item>
+ <item name="android:statusBarColor">#ffffff</item>
+ </style>
+ <style name="Theme.App.SplashScreen" parent="Theme.SplashScreen">
+ <item name="windowSplashScreenBackground">@color/splashscreen_background</item>
+ <item name="windowSplashScreenAnimatedIcon">@drawable/splashscreen_logo</item>
+ <item name="postSplashScreenTheme">@style/AppTheme</item>
+ </style>
+</resources> \ No newline at end of file