Mindinventory / vanilla-place-picker

Simple(vanilla) yet 'Do it all' place picker for your place picking needs in Android
https://www.mindinventory.com/android-application-development.php
MIT License
120 stars 34 forks source link

Pick button is obstructed in full screen phones #23

Closed quantyam closed 4 years ago

quantyam commented 5 years ago

When starting Intent intent = (new VanillaPlacePicker.Builder(Add_Property.this).setTintColor(R.color.colorAccent).enableSatelliteView(true).with(PickerType.MAP).build());

                        startActivityForResult(intent, 100);

The activity starts in full screen, on full screen phones such as S10 Plus , the pick button is behind the fron camera and cannot be clicked.

malikmotani commented 5 years ago

@quantyam Can you please share more details? If you are using full-screen activity please refer display-cutout

akashmi commented 4 years ago

As didn't received more details from users. and it's seems working here. closing this issue.