Layout changes, beginning of new entry page

This commit is contained in:
2025-06-21 17:11:36 -07:00
parent 25a7b4da7b
commit 6a117db0ae
7 changed files with 253 additions and 120 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<style name="AppTheme" parent="Theme.EdgeToEdge.Light">
<style name="AppTheme" parent="Theme.EdgeToEdge">
<item name="android:editTextBackground">@drawable/rn_edit_text_material</item>
<item name="colorPrimary">@color/colorPrimary</item>
<item name="enforceNavigationBarContrast">false</item>
</style>
<style name="Theme.App.SplashScreen" parent="Theme.SplashScreen">
<item name="windowSplashScreenBackground">@color/splashscreen_background</item>