[android] Changed PP detail ration from 70% to 50% of the screen

This commit is contained in:
Александр Зацепин 2017-08-28 15:20:53 +03:00 committed by Vladimir Byko-Ianko
parent cd2ab8a54a
commit 1636266c34

View file

@ -28,7 +28,7 @@ class BottomPlacePageAnimationController extends BasePlacePageAnimationControlle
{
@SuppressWarnings("unused")
private static final String TAG = BottomPlacePageAnimationController.class.getSimpleName();
private static final float DETAIL_RATIO = 0.7f;
private static final float DETAIL_RATIO = 0.5f;
private static final float SCROLL_DELTA = 50.0f;
private final ViewGroup mLayoutToolbar;