Skip to content

Commit 5c63fbe

Browse files
committed
Fix dynamic bottom sheet redundant margin caused by subtitle
1 parent 26c8b24 commit 5c63fbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/src/main/res/layout/bottom_sheet_dynamic_list.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
android:layout_height="wrap_content"
5252
android:layout_marginHorizontal="16dp"
5353
android:layout_marginBottom="13dp"
54+
android:visibility="gone"
5455
android:textColor="@color/text_secondary"
5556
tools:text="Title" />
5657

0 commit comments

Comments
 (0)