Update height of SliceView

So it can display 6 items at most, not 4 items

Bug: 120803703
Test: Manual
Change-Id: Id34398903d0f81bebee3e02c024d21ad2e68578f
This commit is contained in:
jackqdyulei
2019-01-10 14:15:59 -08:00
parent 8b9529e533
commit 35209f6e6c
4 changed files with 4 additions and 2 deletions

View File

@@ -25,5 +25,5 @@
<androidx.slice.widget.SliceView
android:id="@+id/slice_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
android:layout_height="@dimen/slice_preference_group_height"/>
</FrameLayout>