forked from organicmaps/organicmaps
[android] Changed pp preview plus ratio on 45%
This commit is contained in:
parent
91b4df4133
commit
959826ecb3
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ public class BottomSheetPlacePageController implements PlacePageController, Loca
|
|||
Closable
|
||||
{
|
||||
private static final float ANCHOR_RATIO = 0.3f;
|
||||
private static final float PREVIEW_PLUS_RATIO = 0.5f;
|
||||
private static final float PREVIEW_PLUS_RATIO = 0.45f;
|
||||
private static final Logger LOGGER = LoggerFactory.INSTANCE.getLogger(LoggerFactory.Type.MISC);
|
||||
private static final String TAG = BottomSheetPlacePageController.class.getSimpleName();
|
||||
private static final String EXTRA_MAP_OBJECT = "extra_map_object";
|
||||
|
|
Loading…
Add table
Reference in a new issue