Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 02f64c06 authored by jackqdyulei's avatar jackqdyulei
Browse files

Remove hardcoded height for SliceView

Fixes: 128953120
Test: Build
Change-Id: I052d2b539421132002a3217fe2ef82d0ab6aba19
parent f5e2bfee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>
+0 −3
Original line number Diff line number Diff line
@@ -404,7 +404,4 @@

    <!-- Wi-Fi DPP fragment icon size -->
    <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>