Remove hardcoded height for SliceView
Fixes: 128953120 Test: Build Change-Id: I052d2b539421132002a3217fe2ef82d0ab6aba19
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user