We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53c562c commit 45515c4Copy full SHA for 45515c4
FlowCrypt/src/main/res/layout/attachment_item.xml
@@ -19,8 +19,6 @@
19
android:layout_width="match_parent"
20
android:layout_height="match_parent"
21
android:layout_gravity="center"
22
- android:background="?android:attr/selectableItemBackground"
23
- android:clickable="true"
24
android:paddingLeft="@dimen/default_margin_content"
25
android:paddingRight="@dimen/default_margin_content">
26
@@ -68,6 +66,7 @@
68
66
android:layout_height="wrap_content"
69
67
android:background="?android:attr/selectableItemBackground"
70
android:contentDescription="@string/download"
+ android:visibility="gone"
71
app:layout_constraintBottom_toBottomOf="parent"
72
app:layout_constraintRight_toRightOf="parent"
73
app:layout_constraintTop_toTopOf="parent"
0 commit comments