It appears that if you have an EditText on android with the
android:inputType=\"textPassword\" or android:password=\"true
android:inputType=\"textPassword\"
android:password=\"true
fields
The only solution I've found was to set the gravity programatically to LEFT or RIGHT after setting the inputType.