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
|
<androidx.slice.widget.SliceView
|
||||||
android:id="@+id/slice_view"
|
android:id="@+id/slice_view"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="@dimen/slice_preference_group_height"/>
|
android:layout_height="wrap_content"/>
|
||||||
</FrameLayout>
|
</FrameLayout>
|
||||||
|
|||||||
@@ -404,7 +404,4 @@
|
|||||||
|
|
||||||
<!-- Wi-Fi DPP fragment icon size -->
|
<!-- Wi-Fi DPP fragment icon size -->
|
||||||
<dimen name="wifi_dpp_fragment_icon_width_height">48dp</dimen>
|
<dimen name="wifi_dpp_fragment_icon_width_height">48dp</dimen>
|
||||||
|
|
||||||
<!-- Height for slice preference, which contains 6 items at most -->
|
|
||||||
<dimen name="slice_preference_group_height">360dp</dimen>
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
Reference in New Issue
Block a user