I have been trying to work on Google VR SDK for android. I have been successful in implementing the sample. But the info tag on the bottom of the panoramic view widget looks bad for design in release version for my app. So can anybody let me know if it's possible to remove the info tag on the bottom of the view? If yes then please help me out on this.
You can remove info button from VrPanoramaView
. VrPanoramaView
extends VrWidgetView
.
VrWidgetView
has method setInfoButtonEnabled(boolean value)
in which you can either show or remove info button. call method like this:
panoWidgetView.setInfoButtonEnabled(false);
where panoWidgetView
is instance of VrPanoramaView
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With