From 679bd4e4c9a4bb3bded9ecaaff682cebb0055a33 Mon Sep 17 00:00:00 2001 From: albexk Date: Tue, 21 Nov 2023 21:31:49 +0300 Subject: [PATCH] Get rid of AppCompat theme --- client/android/AndroidManifest.xml | 2 +- client/android/res/values/styles.xml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 client/android/res/values/styles.xml diff --git a/client/android/AndroidManifest.xml b/client/android/AndroidManifest.xml index 45bb49a2..34b5afd8 100644 --- a/client/android/AndroidManifest.xml +++ b/client/android/AndroidManifest.xml @@ -33,7 +33,7 @@ android:allowNativeHeapPointerTagging="false" android:icon="@mipmap/icon" android:roundIcon="@mipmap/icon_round" - android:theme="@style/Theme.AppCompat.NoActionBar"> + android:theme="@style/NoActionBar"> + + + \ No newline at end of file