阅读背景:

android listview 每一项都是edittext 导致的坑爹问题 内容的保存和焦点,光标位置的设置

来源:互联网 

activity布局:布局很简单,只有一个listview

<RelativeLayout xmlns:android="https://schemas.android.com/apk/res/android"
    xmlns:tools="https://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:context="com.example.testlistviewandedittext.MainActivity" >

    <ListView
        android:id="@+id/lv_main"
        android:layout_width="match_parent"
        android:layout_height="match_parent" >
    </ListView>

</RelativeLayout><RelativeLay



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: