I am working with the \'AppCompact\' library and faced some problems with layout/positioning. I want to position the App icon on the right hand side of the \'ActionBar\'. O
There is no other way than set the layout to RTL or implement it yourself. Even if you subclass Toolbar and try to change onLayout, you would need to recalculate position of all views.