Google SignIn button Android ideal Right-to-Left ideal behavior
Background:
For Right-to-Left languages (or if you set Force RTL layout direction
), the text / buttons appear as mirrored as follows throughout the device:
Source: Google's blog on native RTL support
Question:
What's the expected behavior of Google's SignIn button? Should the logo be on the right instead of the left and the text move to left of the logo, instead of being on the right of the logo?
What have I tried?
I tried multiple apps with Google SignIn button on Android, including the Google sample app for implementing SignIn button on Android. They don't seems to follow it for the SignIn button. For the Google sample, it looks as follows in both left-to-right and right-to-left scenarios:
I read the Sign-In Branding Guidelines given by Google. However it doesn't mention anything related to right-to-left scenario.