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

Commit ff02854e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove hardcoded height for SliceView"

parents f32823bc 02f64c06
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>