I have an EditText in my application. I want to align the text in it to the right instead of the default left. I tried adding
android:layout_gravity=\"right
You can jst set property for edit text in property window i.e. Gravity to right or by adding code of lin e in xml file of UI : android:gravity="right"