Merge "Update back arrow panel dimensions." into tm-dev am: 3f32ba8755 am: 15af5768d7

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17574629

Change-Id: Id2226c71caafdfa2fb935555530c50559be90542
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Shan Huang
2022-04-11 18:43:48 +00:00
committed by Automerger Merge Worker

View File

@@ -37,10 +37,10 @@
<!-- Size of the nav bar edge panels, should be greater to the
edge sensitivity + the drag threshold -->
<dimen name="navigation_edge_panel_width">70dp</dimen>
<dimen name="navigation_edge_panel_width">105dp</dimen>
<!-- Padding at the end of the navigation panel to allow the arrow not to be clipped off -->
<dimen name="navigation_edge_panel_padding">8dp</dimen>
<dimen name="navigation_edge_panel_height">96dp</dimen>
<dimen name="navigation_edge_panel_height">268dp</dimen>
<!-- The threshold to drag to trigger the edge action -->
<dimen name="navigation_edge_action_drag_threshold">16dp</dimen>
<!-- The threshold to progress back animation for edge swipe -->