There are two elements in the activity, EditText and ListView. When the activity is turned on, a cursor is created in EditText
EditText.setSelected(false);
I did it like this, but it's still like that. What do you want me to do?
android android-listview android-edittext
<LinearLayout
android:focusable="true"
android:focusableInTouchMode="true"
android:layout_width="0px"
android:layout_height="0px"/>
If you add this sentence in the layout XML, it will be solved
574 Who developed the "avformat-59.dll" that comes with FFmpeg?
618 Uncaught (inpromise) Error on Electron: An object could not be cloned
572 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
915 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
© 2024 OneMinuteCode. All rights reserved.