Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

three dots mixing with menu item icon... and odd animation #8

Open
michzio opened this issue Mar 14, 2015 · 2 comments
Open

three dots mixing with menu item icon... and odd animation #8

michzio opened this issue Mar 14, 2015 · 2 comments
Assignees
Labels

Comments

@michzio
Copy link

michzio commented Mar 14, 2015

Hello
I have been trying to implement you api in my app to enable RTL action bar for arabic audience. I have encounter some odd behaviour:
I have home button(one drawer), menu item (another navigation drawer) and 3-dot overflow menu.
1 issue is this 3-dot overflow menu icon mix (cover) icon of menu item (it happenes sometimes i think each second home button touch)...
2 issue when i click home button which is now on the right right drawer correctly slide out but there is also some odd animation on action bar that moves home title (app title), changes home button to arrow etc and moves it to left side

@michzio
Copy link
Author

michzio commented Mar 14, 2015

This seems to help with this animation, 3-dot overflow menu in action bar I have replaced by submenu and do some work around...

if (isRTL() && !isRTLActionBarEnabled) { //in Right To Left layout

        isRTLActionBarEnabled = true;
        // here code for changing action bar to RTL mode 

}

I have another question, can there be a place that causes text Menu Items to have text cut a bit ?

@semsamot semsamot added the bug label Jul 3, 2015
@semsamot semsamot self-assigned this Jul 3, 2015
@semsamot
Copy link
Owner

semsamot commented Feb 1, 2016

Hi,

I'm very sorry for the late reply.

can there be a place that causes text Menu Items to have text cut a bit ?

Yes, maybe some margins of elements are not applied to the new position.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants