ex-navigator icon indicating copy to clipboard operation
ex-navigator copied to clipboard

When hiding the back button on Android, the title is placed odd.

Open sorenburon opened this issue 8 years ago • 1 comments

Im trying to hide the back button on a specific view. Maybe I'm just doing it wrong:

renderLeftButton() { return null; }

The result is the following: screen shot 2016-07-04 at 17 48 28

Is it possible to center the title on Android, or at least make sure that the hidden button doesn't take up any space?

sorenburon avatar Jul 04 '16 15:07 sorenburon

You could try rendering an empty View maybe.

ide avatar Jul 05 '16 20:07 ide