Android - Multiline editText / Text area

I want to have 5 line in height text area following code i am using.
 
<EditText android:layout_width="fill_parent" 
            android:layout_height="wrap_content" android:gravity="center" 
            android:singleLine="false" android:lines="5" 
            android:layout_marginLeft="10dip" android:layout_marginRight="10dip" 
            /> text area looks fine but problem is cursor is blinking in the middle of the text field i want it to blink at first line first char of the text field.

VIEW COMPLETE THREAD WITH REPLIES

Popular Posts