I am making an app in which i have to use edit text and when i use this text on samsung galaxy s and emulator , the text starts from center of edittext rather than starting from top.The screen shot and code is as follows`
<EditText android:id="@+id/tester"
android:layout_height="113dip"
android:layout_width="420dip"
android:background="@drawable/textarea_reason"
android:paddingTop="-90dip"/>
`
You need to change gravity parameter.
Java Code
XML