Merge "Set swipe_up_rect_xy_stiffness back to 200 for existing app close anim." into sc-dev

This commit is contained in:
TreeHugger Robot
2021-05-11 00:29:04 +00:00
committed by Android (Google) Code Review

View File

@@ -137,7 +137,7 @@
<item name="swipe_up_trans_y_stiffness" type="dimen" format="float">200</item>
<item name="swipe_up_rect_xy_damping_ratio" type="dimen" format="float">0.8</item>
<item name="swipe_up_rect_xy_stiffness" type="dimen" format="float">100</item>
<item name="swipe_up_rect_xy_stiffness" type="dimen" format="float">200</item>
<item name="swipe_up_rect_2_x_damping_ratio" type="dimen" format="float">1</item>