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-04 21:26:17 +0300
committerStefan Niedermann <info@niedermann.it>2020-11-04 21:26:17 +0300
commitcb30da2e5031180f63d4380864b07085671c04d2 (patch)
tree3e8ff0b3594c8733e03b2668255955d5d479a504 /app/src/main/res
parent04ea09166b3bc39583ec473dcdf6692411aaede2 (diff)
Prevent clicking through in controls panel
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.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 99731fc53..a28c75aa3 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
@@ -90,11 +90,13 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/colorSurface"
+ android:clickable="true"
android:paddingStart="@dimen/spacer_2x"
android:paddingTop="@dimen/spacer_2x"
android:paddingEnd="@dimen/spacer_2x"
android:paddingBottom="@dimen/spacer_2x"
- app:justifyContent="space_around">
+ app:justifyContent="space_around"
+ tools:ignore="KeyboardInaccessibleWidget">
<com.google.android.material.floatingactionbutton.FloatingActionButton
android:id="@+id/pickCamera"