I made an EditTest focusable="false".
How do I move to next XML form using EditText?
Is it possible?
how to use the onclicklistner for edittext?
android:id="@+id/editText2"
android:layout_width="280dp"
android:layout_height="wrap_content"
android:hint="Agenda Template"
android:ems="10"
android:focusable="false" />
Set your edittext
android:clickable="true"and add the click listener as below: