Не удается установить ImeOptions для MaterialChipsInput в XML или Java

Мне нужно обнаружить нажатие кнопки действия на клавиатуре Android при редактировании на ChipsInput из https://github.com/pchmn/MaterialChipsInput

Я пробовал в Java и XML. Пожалуйста, помогите мне обнаружить нажатие клавиши IMEAction

на Яве

  chipInput.getEditText().setImeOptions(EditorInfo.IME_ACTION_SEARCH);
  //below also not work
  chipInput.setImeOptions(EditorInfo.IME_ACTION_SEARCH);

в XML

 <com.pchmn.materialchips.ChipsInput
                android:id="@+id/chips_input_bcc"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:minHeight="50dp"
                app:hint="@string/bcc_hint"
                android:inputType="text"
                android:imeOptions="actionSend"/>

0 ответов

Другие вопросы по тегам