Search code examples
androidgoogle-cardboard

How to remove the separator and setting gear of CardboardView


I'm trying to use CardboardView of Google sample code.

It works well.

However, there are a separator and setting gear in center of display

I want to remove them.

How can that be done?


Solution

  • cardboardView.setSettingsButtonEnabled(false);
    cardboardView.setAlignmentMarkerEnabled(false);