From e2ce7477cff3fe23c19c0daa7ab72e525fbc5c83 Mon Sep 17 00:00:00 2001 From: HaeTi Date: Sun, 10 Dec 2023 00:59:57 +0900 Subject: [PATCH] =?UTF-8?q?#146=20/=20intro=EC=97=90=20theme=20=EB=B0=98?= =?UTF-8?q?=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 10abfc1..b90abe2 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -14,15 +14,16 @@ android:dataExtractionRules="@xml/data_extraction_rules" android:fullBackupContent="@xml/backup_rules" android:icon="@mipmap/ic_sparkle" + android:theme="@style/Theme.UNIAOS" android:label="@string/app_name" android:roundIcon="@mipmap/ic_sparkle_round" android:supportsRtl="true" - android:theme="@style/Theme.UNIAOS" android:usesCleartextTraffic="true" tools:targetApi="31">