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
In order to support android:textAlignment="center" as you need, some rework will be required as the prefix is currently set as a `CompoundDrawable``. See
Alternatively, as a quick workaround you might wan to put the TextView into some container and set its width to wrap_content and center the view inside the container:
Is it possible to support
as for now, the prefix is not moving to the center if I change
android:textAlignment
orandroid:gravity
The text was updated successfully, but these errors were encountered: