You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your useful effort ,
but i was not able to use your ActionBarRTLizer with actionbarDrawer Toggle
Iadded ActionBarRTLizer to the project to make the toggle icon at the right of the actionbar
and it worked fine ,
but the problem appeared when i tried to open or close the drawer menu the order of items in the toolbar reflected ... any help please ?
hi, it's just because you call supportInvalidateOptionsMenu(), when you call this method, the onCreateOptionsMenu excute again, and it's make Toolbar (or Actionbar) right to left again, thus it's become LTR again. i solve this problem with not calling supportinvalidateOptionMenu(), but if you want RTL with this supportinvalidate... method, you have to wright a check for excuting RTL only one time.
Thanks for your useful effort ,
but i was not able to use your ActionBarRTLizer with actionbarDrawer Toggle
Iadded ActionBarRTLizer to the project to make the toggle icon at the right of the actionbar
and it worked fine ,
but the problem appeared when i tried to open or close the drawer menu the order of items in the toolbar reflected ... any help please ?
this is my code + adding ActionBarRTLizer to it 👍
https://gist.github.com/importre/a04f53608285eb8087e6
The text was updated successfully, but these errors were encountered: