mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
Merge "Use collapse handle area height to calculate QSB margin on tablet" into tm-qpr-dev am: 69a83d0d00 am: 33ee5a1336
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/19281626 Change-Id: I22e4974df37dc1b8f20ca0cb7ec102847e3783f8 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -413,6 +413,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>
|
||||
|
||||
Reference in New Issue
Block a user