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>2019-11-16 13:16:40 +0300
committerstefan-niedermann <info@niedermann.it>2019-11-16 13:16:40 +0300
commit25e873b66b3a83d91170a9d6cc5b9ad39de3ef58 (patch)
tree5394188801ab909f0b744121985b516555f9ba27 /app/src/main/res
parentb4ca66f8f97eeacfcd5e1f6f77a44a8a3aa5ff3b (diff)
#211 Add / Delete attachments
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/fragment_card_edit_tab_attachments.xml4
1 files changed, 3 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 e3990f93d..f06641603 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
@@ -61,6 +61,8 @@
android:layout_height="wrap_content"
android:layout_gravity="bottom|end"
android:layout_margin="@dimen/fab_margin"
+ android:visibility="gone"
app:backgroundTint="@color/primary"
- app:srcCompat="@drawable/ic_add_white_24dp" />
+ app:srcCompat="@drawable/ic_add_white_24dp"
+ tools:visibility="visible" />
</androidx.coordinatorlayout.widget.CoordinatorLayout> \ No newline at end of file