Hi, I’m trying to change the default button property in toolbar on Android. But its not working, even though if i specify to place the button on one particular side. Can someone share their experience if this is possible?.. And also aligning the title in center for Android.
<ion-buttons end>
<button (click)="updateitem()">
<span primary showWhen="ios,android,windows">Update</span>
</button>
</ion-buttons>