I have resolved this issue. I have added the android:singleLine="true"
property and it works right.
<EditText android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:imeOptions="actionDone"
android:singleLine="true"
/>
Related Contents:
- What’s the best way to limit text length of EditText in Android
- Allow multi-line in EditText view in Android?
- Android – Handle “Enter” in an EditText
- Android: Force EditText to remove focus? [duplicate]
- Counting Chars in EditText Changed Listener
- Set inputType for an EditText Programmatically?
- Is there a way to programmatically scroll a scroll view to a specific edit text?
- How to create EditText with cross(x) button at end of it?
- Android: Vertical alignment for multi line EditText (Text area)
- How do I handle ImeOptions’ done button click?
- How to get hosting Activity from a view?
- Disable soft keyboard on NumberPicker
- How do I use InputFilter to limit characters in an EditText in Android?
- Design Android EditText to show error message as described by google
- Decimal separator comma (‘,’) with numberDecimal inputType in EditText
- How do I show the number keyboard on an EditText in android?
- EditText, inputType values (XML)
- Turn off autosuggest for EditText?
- Make EditText ReadOnly
- Focusable EditText inside ListView
- Clear text in EditText when entered [duplicate]
- How to detect the swipe left or Right in Android?
- Android 8.0 Oreo crash on focusing TextInputEditText
- How to make edit text not editable but clickable in JAVA
- programmatically add id to R.id
- setHintTextColor() in EditText
- Android TextField : set focus + soft input programmatically
- Disable auto focus on edit text
- Multiline EditText with Done SoftInput Action Label on 2.3
- How to remove all listeners added with addTextChangedListener
- Vertical content align in Android EditText
- How can I do something 0.5 seconds after text changed in my EditText control?
- Detect if content of EditText was changed by user or programmatically?
- Android: Insert text into EditText at current position
- EditText in Listview loses focus when pressed on Android 4.x
- How do I restrict my EditText input to numerical (possibly decimal and signed) input?
- When the soft keyboard appears, it makes my EditText field lose focus
- Android EditText for password with android:hint
- Does EditText.getText() ever returns null?
- Android: Resize only parts of view with soft keyboard on screen
- How to capture onclick event in disabled EditText in Android App
- Android EditText listener for cursor position change
- Tap outside edittext to lose focus
- Custom designing EditText
- how to make hint disappear when edittext is touched?
- Add bigger margin to EditText in Android AlertDialog
- Android – EditText gives IndexOutOfBounds Exception while using textAllCaps
- EditText not scrollable inside ScrollView [duplicate]
- How to make TextInputLayout hint asterisk red for required fields
- Show Error on the tip of the Edit Text Android