I am creating an application in which I have to use edit text, and when I use this text on samsung s galaxies and the emulator, the text starts from the center of the edittext, not the top. The screen and code are as follows `
<EditText android:id="@+id/tester" android:layout_height="113dip" android:layout_width="420dip" android:background="@drawable/textarea_reason" android:paddingTop="-90dip"/>
`
user1025050
source share