android - EditText cursor resides after the hint -
i have simple sign in activity in app email , password fields. there strange problem hint , cursor position in email edittext : as can seen in image, default, cursor isn't @ first position. shown after hint (as if hint input text) as far layout goes, password edittext same email one, doesn't have problem: anyone has clue why happens? , how can solve it? here's activity's layout: <scrollview android:id="@+id/login_form" android:layout_width="match_parent" android:layout_height="match_parent" > <linearlayout style="@style/loginformcontainer" android:orientation="vertical" > <edittext android:id="@+id/email" android:layout_width="match_parent" android:layout_height="wrap_content" android:gravity="left" android:hint="@string/prompt_email...