From b19c751d70b65a3564e686de4366745091a7822c Mon Sep 17 00:00:00 2001 From: Stefan Niedermann Date: Fri, 17 Apr 2020 11:23:55 +0200 Subject: Try to switch themes for influencing edittext in toolbar 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 432c2da98..1afa1dbe1 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/AppTheme" + android:theme="@style/LightThemeDarkBrand" 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/AppTheme" /> + android:theme="@style/LightThemeDarkBrand" /> + android:theme="@style/LightThemeDarkBrand" /> + android:theme="@style/LightThemeDarkBrand" /> + android:theme="@style/LightThemeDarkBrand" /> + android:theme="@style/LightThemeDarkBrand" /> + android:theme="@style/LightThemeDarkBrand"> -- cgit v1.2.3