I was wondering if you can control input on an EditText to move from right to left? The EditText would have to support insert/delete etc. from right to left as well. Is th
try this code
//initialize EditText userName = (EditText)findViewById(R.id.userName); //set gravity for userName userName.setGravity(Gravity.RIGHT);