Remove hardcoded height for SliceView

Fixes: 128953120
Test: Build
Change-Id: I052d2b539421132002a3217fe2ef82d0ab6aba19
This commit is contained in:
jackqdyulei
2019-03-20 17:10:26 -07:00
parent f5e2bfee28
commit 02f64c0634
2 changed files with 1 additions and 4 deletions

View File

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