Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2020-04-17 12:23:55 +0300
committerStefan Niedermann <info@niedermann.it>2020-04-17 12:23:55 +0300
commitb19c751d70b65a3564e686de4366745091a7822c (patch)
treec0c53ea8a59a1de39361a58385b4961601c30a77 /app/src/main/AndroidManifest.xml
parent2f588273d6fb9789a22bff32209bd08a2e49a265 (diff)
Try to switch themes for influencing edittext in toolbar
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml14
1 files changed, 7 insertions, 7 deletions
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" />
<activity
android:name=".ui.attachments.AttachmentsActivity"
@@ -71,28 +71,28 @@
android:name=".ui.settings.SettingsActivity"
android:label="@string/simple_settings"
android:parentActivityName="it.niedermann.nextcloud.deck.ui.MainActivity"
- android:theme="@style/AppTheme" />
+ android:theme="@style/LightThemeDarkBrand" />
<activity
android:name=".ui.ImportAccountActivity"
android:label="@string/app_name"
- android:theme="@style/AppTheme" />
+ android:theme="@style/LightThemeDarkBrand" />
<activity
android:name=".ui.preparecreate.PrepareCreateActivity"
android:label="@string/simple_select"
- android:theme="@style/AppTheme" />
+ android:theme="@style/LightThemeDarkBrand" />
<activity
android:name=".ui.about.AboutActivity"
android:label="@string/about"
android:parentActivityName="it.niedermann.nextcloud.deck.ui.MainActivity"
- android:theme="@style/AppTheme" />
+ android:theme="@style/LightThemeDarkBrand" />
<activity
android:name=".ui.PushNotificationActivity"
android:label="@string/app_name"
- android:theme="@style/AppTheme">
+ android:theme="@style/LightThemeDarkBrand">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
</intent-filter>