From 6a117db0aee2d878d368bb0b6395bafdb0218882 Mon Sep 17 00:00:00 2001 From: ryan Date: Sat, 21 Jun 2025 17:11:36 -0700 Subject: [PATCH] Layout changes, beginning of new entry page --- android/app/src/main/res/values/styles.xml | 3 +- app.config.js | 4 +- app/(tabs)/_layout.tsx | 177 +++++++++------------ app/{(tabs)/index.tsx => HomeScreen.tsx} | 6 +- app/NewEntry.tsx | 25 +++ app/_layout.tsx | 134 ++++++++++++++-- components/ui/Wrapper.tsx | 24 +++ 7 files changed, 253 insertions(+), 120 deletions(-) rename app/{(tabs)/index.tsx => HomeScreen.tsx} (91%) create mode 100644 app/NewEntry.tsx create mode 100644 components/ui/Wrapper.tsx diff --git a/android/app/src/main/res/values/styles.xml b/android/app/src/main/res/values/styles.xml index 41c4d11..4a4b307 100644 --- a/android/app/src/main/res/values/styles.xml +++ b/android/app/src/main/res/values/styles.xml @@ -1,8 +1,7 @@ -