Is there anyway to make an EditText start typing at the top left corner of the EditText? April 6, 2023 by Tarik Add android:gravity="top|left" to the EditText in the layout XML file.