入力ボタン(画像の丸で囲んだボタン)の名前を検索に変更したい
だから私は使った
<EditText
android:imeOptions="actionSearch"
android:imeActionLabel="Search"
android:id="@+id/et_PatientID"
android:layout_width="400dip"
android:layout_height="50dip"
android:layout_toRightOf="@id/tv_patientID"
android:background="@android:drawable/editbox_background" />
しかし、うまくいきませんでした