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:
authorNiedermann IT-Dienstleistungen <info@niedermann.it>2018-11-11 12:02:14 +0300
committerNiedermann IT-Dienstleistungen <info@niedermann.it>2018-11-11 12:02:14 +0300
commit7eea82208871e570151720e59c0f333fd0efb96b (patch)
tree729e21a9c9e2e359da916c49e8fb78943024e367 /app/src/main/AndroidManifest.xml
parentf0dda9c70a514d511fadf79fe3e9f61dfb8831e3 (diff)
Fix about theme
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 0534b1b16..ac2cd79c3 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -34,6 +34,7 @@
<activity
android:name="it.niedermann.nextcloud.deck.ui.AboutActivity"
android:label="@string/about"
+ android:theme="@style/AppTheme"
android:parentActivityName="it.niedermann.nextcloud.deck.ui.MainActivity" />
</application>