首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

listView采取vprogressDIalog加载数据

2012-09-22 
listView采用vprogressDIalog加载数据???xml version1.0 encodingutf-8?LinearLayout xmlns:andr

listView采用vprogressDIalog加载数据


listView采取vprogressDIalog加载数据
?
listView采取vprogressDIalog加载数据
?<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
? ?android:orientation="vertical"
? ?android:layout_width="fill_parent"
? ?android:layout_height="fill_parent"
? ?>
<ListView
? ? android:id="@+id/android:list"
? ? android:layout_width="fill_parent"
? ? android:layout_height="fill_parent"
? ? />
<TextView
? ? android:id="@+id/android:empty"
? ? android:layout_width="fill_parent"
? ? android:layout_height="fill_parent"
? ? android:text="@string/main_no_items"/>
</LinearLayout>

热点排行