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/res/layout/fragment_card_edit_tab_attachments.xml')
-rw-r--r--app/src/main/res/layout/fragment_card_edit_tab_attachments.xml3
1 files changed, 1 insertions, 2 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 e806001b3..73cd9dfa8 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
@@ -33,8 +33,7 @@
android:layout_margin="@dimen/fab_margin"
android:contentDescription="@string/upload_a_new_attachment"
android:visibility="gone"
- app:backgroundTint="@color/defaultBrand"
- app:srcCompat="@drawable/ic_file_upload_white_24dp"
+ app:srcCompat="@drawable/ic_file_upload_24dp"
tools:visibility="visible" />
<FrameLayout