Merge "Give SliceView a height to support four rows and show more button."
This commit is contained in:
committed by
Android (Google) Code Review
commit
31a59e56d3
@@ -25,7 +25,7 @@
|
||||
<androidx.slice.widget.SliceView
|
||||
android:id="@+id/slice_view"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="@dimen/homepage_slice_card_max_height"
|
||||
android:paddingStart="@dimen/homepage_card_padding_start"
|
||||
android:paddingEnd="@dimen/homepage_card_padding_end"
|
||||
android:paddingTop="@dimen/homepage_card_padding_top"
|
||||
|
||||
Reference in New Issue
Block a user