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

Commit ded0aa12 authored by Alex Chau's avatar Alex Chau
Browse files

Use collapse handle area height to calculate QSB margin on tablet

Fix: 228324815
Test: Check AllApps on different size tablets
Change-Id: Ia7064c21dd1810051e93eedee36bc14f125d8352
parent 27657927
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
    <View
        android:id="@+id/bottom_sheet_handle_area"
        android:layout_width="match_parent"
        android:layout_height="36dp" />
        android:layout_height="@dimen/bottom_sheet_handle_area_height" />

    <View
        android:id="@+id/bottom_sheet_handle"
+1 −0
Original line number Diff line number Diff line
@@ -410,6 +410,7 @@

    <!-- Bottom sheet related parameters -->
    <dimen name="bottom_sheet_extra_top_padding">0dp</dimen>
    <dimen name="bottom_sheet_handle_area_height">36dp</dimen>
    <dimen name="bottom_sheet_handle_width">32dp</dimen>
    <dimen name="bottom_sheet_handle_height">4dp</dimen>
    <dimen name="bottom_sheet_handle_margin">16dp</dimen>