From c5910d405c6fa03c57910706818f24f3ed6e2bd2 Mon Sep 17 00:00:00 2001 From: Philipp Heckel Date: Fri, 24 Jun 2022 14:26:41 -0400 Subject: [PATCH] Hide by default --- app/src/main/res/layout/fragment_detail_item.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_detail_item.xml b/app/src/main/res/layout/fragment_detail_item.xml index 732976d..169223c 100644 --- a/app/src/main/res/layout/fragment_detail_item.xml +++ b/app/src/main/res/layout/fragment_detail_item.xml @@ -148,7 +148,7 @@ android:id="@+id/detail_item_actions_wrapper" app:layout_constraintStart_toStartOf="parent" app:layout_constraintEnd_toEndOf="parent" android:layout_marginEnd="12dp" app:layout_constraintBottom_toBottomOf="parent" - android:visibility="visible" + android:visibility="gone" android:padding="0dp" android:layout_marginStart="12dp">