Android
使用AlertDialog创建多选列表框
 Kalet 发表于2014-01-14 浏览1275 评论0
    Main.xml<LinearLayoutxmlns:android="http://schemas.android.com/apk/res/android"  xmlns:tools="http://schemas.android.com/tools"  android:layout_width="match_parent"  android:layout_height="match_parent"  tool...