Skip to content

Commit 45515c4

Browse files
committed
Hid the download icon on an attachment item and remove a clickable effect. | Close #55.
1 parent 53c562c commit 45515c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

FlowCrypt/src/main/res/layout/attachment_item.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
android:layout_width="match_parent"
2020
android:layout_height="match_parent"
2121
android:layout_gravity="center"
22-
android:background="?android:attr/selectableItemBackground"
23-
android:clickable="true"
2422
android:paddingLeft="@dimen/default_margin_content"
2523
android:paddingRight="@dimen/default_margin_content">
2624

@@ -68,6 +66,7 @@
6866
android:layout_height="wrap_content"
6967
android:background="?android:attr/selectableItemBackground"
7068
android:contentDescription="@string/download"
69+
android:visibility="gone"
7170
app:layout_constraintBottom_toBottomOf="parent"
7271
app:layout_constraintRight_toRightOf="parent"
7372
app:layout_constraintTop_toTopOf="parent"

0 commit comments

Comments
 (0)