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:

https://android-developers.googleblog.com/2013/03/native-rtl-support-in-android-42.html

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?