I am using EditText
but when Activity
is started my EditText
is already focused. I want to remove focus and also make it editable on click.
Here is the code of my edittext.
<EditText
android:id="@+id/et_HotelLocation"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="8dp"
android:drawableLeft="@drawable/ic_edit_location_black_24dp"
android:drawablePadding="8dp"/>