-
Notifications
You must be signed in to change notification settings - Fork 83
Strange behavior when using layout_centerHorizontal #23
Comments
ive noticed the same thing. same issue described and same behavior with the swipe described. i can get it to work if i set the |
i think something like this should fix it -- i think the problem stems from using
|
@joshkendrick I don't understand how this would explain the swipe behavior |
my issue was that the icon wouldnt work at all if my layout was swipe doesnt seem to be fixed, but im betting the swipe behavior is due to to this being checked on |
I see. So this is probably two (semi) separated issues. I cannot test it at the moment, but I guess the perfect pull request for that would get rid of both issues, since they are probably in the same piece of code. Does swiping actually trigger |
I've noticed the icon would not work if I set
android:layout_centerHorizontal=true
in theShowHidePasswordEditText
view, but I also observed that it would work (and apparently that's only way) if I swipe the icon from left to right.PS: I'm using RelativeLayout, I don't know if this makes any difference.
Edit: I forgot to mention that I'm also using api 24.
The text was updated successfully, but these errors were encountered: