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 18:13:06 +0300
committerStefan Niedermann <info@niedermann.it>2020-04-17 18:13:06 +0300
commitb71ea521c703dd11c6e1e0f8d056a811b7115735 (patch)
tree5bc6f674fc3c338930e4caf7dfa3134597b8e4d2 /app/src/main/AndroidManifest.xml
parentb19c751d70b65a3564e686de4366745091a7822c (diff)
#317 Adjust theme for each account
Rewrite branding strategy 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 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" />
<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/LightThemeDarkBrand" />
+ android:theme="@style/AppTheme" />
<activity
android:name=".ui.ImportAccountActivity"
android:label="@string/app_name"
- android:theme="@style/LightThemeDarkBrand" />
+ android:theme="@style/AppTheme" />
<activity
android:name=".ui.preparecreate.PrepareCreateActivity"
android:label="@string/simple_select"
- android:theme="@style/LightThemeDarkBrand" />
+ android:theme="@style/AppTheme" />
<activity
android:name=".ui.about.AboutActivity"
android:label="@string/about"
android:parentActivityName="it.niedermann.nextcloud.deck.ui.MainActivity"
- android:theme="@style/LightThemeDarkBrand" />
+ android:theme="@style/AppTheme" />
<activity
android:name=".ui.PushNotificationActivity"
android:label="@string/app_name"
- android:theme="@style/LightThemeDarkBrand">
+ android:theme="@style/AppTheme">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
</intent-filter>