Android EditText到Listview actiondone

时间:2015-08-07 16:23:09

标签: android listview android-edittext

在我的Listview中,我看到每一行都有一个EditText。现在,我想在EditText聚焦时看到键盘上的“完成”按钮。 我使用了imeOptions,但键盘出现了“return”按钮。我该怎么办?

 <EditText
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:imeOptions="actionDone"
        android:id="@+id/editText17"
        android:layout_alignParentBottom="true"
        android:layout_toLeftOf="@+id/imageButton7"
        android:layout_alignLeft="@+id/textView24"
        android:layout_alignStart="@+id/textView24"
        android:textAlignment="center"
        android:hint="Note"
        android:textSize="20sp" />

1 个答案:

答案 0 :(得分:0)

尝试设置您的单个属性:

android:singleLine="true"