From fe32d063c839cde46615b7540bd75a7dd00a85bf Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 12 Jul 2025 13:12:38 -0700 Subject: [PATCH] Working on getting the style to work properly, currently showing black bars due to old theme. --- app/src/main/AndroidManifest.xml | 17 ++++------------- app/src/main/res/values/styles.xml | 11 +++++++++++ 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index edc1a42..e491ec0 100755 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -9,12 +9,11 @@ android:allowBackup="true" android:icon="@drawable/dr_face_straight2_circle" android:label="@string/app_name" - android:theme="@style/AppTheme"> + android:theme="@style/CarbUp"> + android:exported="true" + android:screenOrientation="fullSensor"> @@ -23,24 +22,16 @@ true + +