<?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"
  android:background="#fffcfcfc"
  android:orientation="vertical"
  android:paddingTop="7dp"
  android:paddingBottom="7dp"
  android:paddingLeft="10dp"
  android:paddingRight="10dp" > 


  <TextView
     android:id="@+id/line1"
     android:layout_width="fill_parent"
     android:layout_height="wrap_content"
     android:textColor="#ff333333"
     android:textSize="19sp"
     android:singleLine="true"
     android:gravity="center_vertical" />

  <TextView
     android:id="@+id/line2"
     android:layout_width="fill_parent"
     android:layout_height="wrap_content"
     android:textColor="#ff003d8f"
     android:textSize="17sp"
     android:singleLine="false" />

</LinearLayout>
   

