pediatric-ai-scribe-v3/android/app
ifedan-ed 8d963ab7b5 Fix Android crash: use resource references for TWA colors instead of inline hex
The TWA LauncherActivity crashed with Resources$NotFoundException (0xffffffff)
because android:value with hex color strings is not supported by
androidbrowserhelper — it expects android:resource pointing to color resources.

- Created res/values/colors.xml with all app colors
- Changed AndroidManifest.xml to use android:resource="@color/..."
- Updated styles.xml to reference color resources
2026-03-29 10:47:27 +00:00
..
src/main Fix Android crash: use resource references for TWA colors instead of inline hex 2026-03-29 10:47:27 +00:00
build.gradle Fix APK build: add appcompat dependency for Theme.AppCompat 2026-03-29 00:46:51 +00:00