I have issue in going next in edittextView using keyboard.
This edittext is responsible to select calendar date
I searched in the internet for this issue.
Nothing works on me.
Please help me.
Take reference from enter link description here and worked on it but nothing works.
Following is the code snippets.
<EditText
android:id="@+id/et_date_of_birth"
style="@style/Edittext"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/_20sdp"
android:drawableStart="@drawable/ic_dob"
android:drawablePadding="@dimen/activity_start_margin"
android:fontFamily="@font/poppins_regular"
android:hint="@string/prompt_dob"
android:selectAllOnFocus="true"
android:textColorHint="#C0C0C0"
android:imeOptions="actionNext"
android:singleLine="true"
android:nextFocusDown="@+id/et_password"
android:maxLines="1"
android:textSize="@dimen/_11ssp"/>