我想改變輸入按鈕的名稱(按鈕圖像中圈出)來搜索改變返回鍵
所以我用
<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" />
但事與願違工作
嘗試添加安卓的inputType =「文本」,看到更新的答案 –