Open sorenburon opened 8 years ago
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:
Is it possible to center the title on Android, or at least make sure that the hidden button doesn't take up any space?
You could try rendering an empty View maybe.
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:
Is it possible to center the title on Android, or at least make sure that the hidden button doesn't take up any space?