forked from organicmaps/organicmaps
[android] Changed PP detail ration from 70% to 50% of the screen
This commit is contained in:
parent
cd2ab8a54a
commit
1636266c34
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue