Re: [android-developers] Edit Text Password visible on focus in landscape

2010-03-03 Thread Adrian Vintu
EditText editText = (EditText) findViewById(R.id.EditText01); editText.setInputType(InputType.TYPE_TEXT_VARIATION_PASSWORD); //also available in design mode editText.setTransformationMethod(new PasswordTransformationMethod()); BR, Adrian Vintu http://adrianvintu.com On Tue, Feb 23, 2010 at 8:19

[android-developers] Edit Text Password visible on focus in landscape

2010-02-23 Thread syronet
I have a login screen with a edit text password field. In landscape mode, when i try to enter anything into the field, the view kinda zooms into the field with the virtual keyboard on the bottom, and anything i type is visible as plain text; now if i were to hit the back button, it will zoom out