WEB开发网
开发学院手机开发Android 开发 Android ListView复杂多功能详解 阅读

Android ListView复杂多功能详解

 2012-09-18 09:28:02 来源:WEB开发网   
核心提示: ---activity_main.xml<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/too

 





-------------------------------------------activity_main.xml
<RelativeLayout xmlns: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" >


    <ListView
        android:id="@android:id/list"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
   


>
    </ListView>


</RelativeLayout>list_item.xml<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content" >


    <TextView
        android:id="@+id/item_text"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android

1 2 3 4  下一页

Tags:Android ListView 复杂

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接