From 8f88c32ca6af066d586a22a0b5efd9ff6873e315 Mon Sep 17 00:00:00 2001 From: mechakotik Date: Fri, 31 May 2024 15:13:07 +0300 Subject: [PATCH] android: Default to custom theme in styles.xml Custom theme file exists in project, but is not used by app, which is kinda unintuitive. Using it by default so people who not familiar with Android development won't spend lots of time troubleshooting. --- android-project/app/src/main/AndroidManifest.xml | 2 +- android-project/app/src/main/res/values/styles.xml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/android-project/app/src/main/AndroidManifest.xml b/android-project/app/src/main/AndroidManifest.xml index 9b0a816d2b..98821942e4 100644 --- a/android-project/app/src/main/AndroidManifest.xml +++ b/android-project/app/src/main/AndroidManifest.xml @@ -69,7 +69,7 @@ - -