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-11-08 18:28:30 +0300
committerStefan Niedermann <info@niedermann.it>2020-11-08 18:28:30 +0300
commite765ebecfd27a9b9905dd3005e7d89bbd00d8476 (patch)
tree468bb80359594f8c9e9c3760bb91f255ba24681d /app/src/main/res
parent72c82de35f37fac86a58b0384b61d3dc88cbada9 (diff)
Code optimizations
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/fragment_card_edit_tab_attachments.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/fragment_card_edit_tab_attachments.xml b/app/src/main/res/layout/fragment_card_edit_tab_attachments.xml
index 5568bd63c..c1cccc310 100644
--- a/app/src/main/res/layout/fragment_card_edit_tab_attachments.xml
+++ b/app/src/main/res/layout/fragment_card_edit_tab_attachments.xml
@@ -41,7 +41,7 @@
android:id="@+id/pickerBackdrop"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="@color/mdtp_transparent_black"
+ android:background="@android:color/transparent"
android:visibility="gone" />
<LinearLayout