当我点击this picture中的浮动按钮时,软键盘将显示编辑字段,如this。我不知道搜索软键盘编辑字段的关键字。谢谢你的阅读!
答案 0 :(得分:0)
使用Editext
并在editext
android:hint
中添加字段。请参阅以下代码:
<EditText
android:id="@+id/toDo"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:hint="Add a To Do"/>