日期:2014-05-16  浏览次数:20371 次

Android(三)数据存储之三SQLite嵌入式数据库 3

mail.xml所在目录里添加一个contactitem.xml

<?xml version="1.0" encoding="utf-8"?>

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"

???????? android:layout_width="wrap_content" android:layout_height="wrap_content">

?

???????? <!-- contact.id -->

???????? <TextView android:layout_width="30dip" android:layout_height="wrap_content"

?????????????????? android:textSize="20sp" android:id="@+id/tv_id" />

?

???????? <!-- contact.name -->

???????? <TextView android:layout_width="150dip" android:layout_height="wrap_content"