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:
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 727b1df58..1433653a4 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -48,8 +48,7 @@
<activity
android:name=".ui.AttachmentsActivity"
- android:label="@string/attachments"
- android:theme="@style/AppTheme"
+ android:theme="@style/TransparentTheme"
android:parentActivityName="it.niedermann.nextcloud.deck.ui.EditActivity" />
<activity