From b71ea521c703dd11c6e1e0f8d056a811b7115735 Mon Sep 17 00:00:00 2001 From: Stefan Niedermann Date: Fri, 17 Apr 2020 17:13:06 +0200 Subject: #317 Adjust theme for each account Rewrite branding strategy Signed-off-by: Stefan Niedermann --- app/src/main/AndroidManifest.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'app/src/main/AndroidManifest.xml') diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 1afa1dbe1..432c2da98 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -19,7 +19,7 @@ android:requestLegacyExternalStorage="true" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" - android:theme="@style/LightThemeDarkBrand" + android:theme="@style/AppTheme" tools:ignore="GoogleAppIndexingWarning" tools:targetApi="q"> @@ -60,7 +60,7 @@ android:name=".ui.card.EditActivity" android:label="@string/edit" android:parentActivityName="it.niedermann.nextcloud.deck.ui.MainActivity" - android:theme="@style/LightThemeDarkBrand" /> + android:theme="@style/AppTheme" /> + android:theme="@style/AppTheme" /> + android:theme="@style/AppTheme" /> + android:theme="@style/AppTheme" /> + android:theme="@style/AppTheme" /> + android:theme="@style/AppTheme"> -- cgit v1.2.3