ImeOptions
in my EditText
stops work before add WindowCompat.setDecorFitsSystemWindows(window, false);
when expanding the frame, the ImeOptions
in EditText
stops working and I can't see what I'm typing
Here are the examples:
I set the following attributes
<EditText
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:maxLines="1"
android:inputType="text"
android:imeOptions="actionSend"/>
I found the same problem but it was answered on kotlin so I created this one
I will be very grateful for every reply