2011-09-14 01:26:17 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2011-10-01 06:03:06 +00:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:orientation="vertical"
|
2011-09-14 01:26:17 +00:00
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2011-10-01 06:03:06 +00:00
|
|
|
android:background="#333333">
|
2011-09-14 01:26:17 +00:00
|
|
|
<TextView
|
|
|
|
android:id="@+id/inbox_address"
|
|
|
|
android:layout_width="fill_parent"
|
2011-09-14 19:26:14 +00:00
|
|
|
android:layout_height="wrap_content"
|
2011-10-01 06:03:06 +00:00
|
|
|
android:textColor="#FFFFFF"
|
2011-09-14 01:26:17 +00:00
|
|
|
android:layout_marginTop="4sp"
|
2011-10-01 06:03:06 +00:00
|
|
|
android:layout_marginLeft="6sp"
|
2011-09-14 01:26:17 +00:00
|
|
|
android:textSize="14sp"></TextView>
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/inbox_body"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2011-10-01 06:03:06 +00:00
|
|
|
android:textColor="#CCCCCC"
|
|
|
|
android:layout_marginLeft="6sp"
|
2011-09-14 19:26:14 +00:00
|
|
|
android:layout_marginBottom="6sp"
|
2011-09-14 01:26:17 +00:00
|
|
|
android:textSize="14sp"></TextView>
|
2011-10-01 06:03:06 +00:00
|
|
|
</LinearLayout>
|