|  |  | 
 |  |  |  | 
 |  |  |     <LinearLayout | 
 |  |  |         android:layout_width="match_parent" | 
 |  |  |         android:layout_height="match_parent" | 
 |  |  |         android:layout_height="wrap_content" | 
 |  |  |         android:orientation="vertical"> | 
 |  |  |  | 
 |  |  |         <LinearLayout | 
 |  |  | 
 |  |  |                 android:textSize="14sp" /> | 
 |  |  |  | 
 |  |  |             <TextView | 
 |  |  |                 android:id="@+id/cardNumber" | 
 |  |  |                 android:layout_width="match_parent" | 
 |  |  |                 android:layout_height="wrap_content" | 
 |  |  |                 android:layout_weight="1" | 
 |  |  |                 android:text="卡号:" /> | 
 |  |  |  | 
 |  |  |             <TextView | 
 |  |  |                 android:id="@+id/userNo" | 
 |  |  |                 android:layout_width="match_parent" | 
 |  |  |                 android:layout_height="wrap_content" | 
 |  |  |                 android:layout_weight="1" | 
 |  |  |                 android:text="户号:123123" | 
 |  |  |                 android:text="身份证号:123123" | 
 |  |  |                 android:textSize="14sp" /> | 
 |  |  |  | 
 |  |  |             <TextView | 
 |  |  | 
 |  |  |                 android:layout_width="match_parent" | 
 |  |  |                 android:layout_height="wrap_content" | 
 |  |  |                 android:layout_weight="1" | 
 |  |  |                 android:text="水量:123123" | 
 |  |  |                 android:text="电话:123123" | 
 |  |  |                 android:textSize="14sp" /> | 
 |  |  |  | 
 |  |  |             <TextView |