|  |  | 
 |  |  |  | 
 |  |  |         <variable | 
 |  |  |             name="activity" | 
 |  |  |             type="com.dayu.qihealonelibrary.activity.ReplacementActivityQHAlone" /> | 
 |  |  |             type="com.dayu.qihealonelibrary.activity.ManagerListActivity" /> | 
 |  |  |  | 
 |  |  |     </data> | 
 |  |  |  | 
 |  |  |  | 
 |  |  |     <LinearLayout | 
 |  |  |         android:layout_width="match_parent" | 
 |  |  |         android:layout_height="match_parent" | 
 |  |  |         android:layout_height="wrap_content" | 
 |  |  |         android:orientation="vertical"> | 
 |  |  |  | 
 |  |  |         <LinearLayout | 
 |  |  | 
 |  |  |             android:layout_marginLeft="15dp" | 
 |  |  |             android:layout_marginTop="10dp" | 
 |  |  |             android:layout_marginRight="15dp" | 
 |  |  |             android:onClick="@{ activity.itemClick}" | 
 |  |  |             android:onClick="@{ activity::itemClick}" | 
 |  |  |             android:orientation="vertical"> | 
 |  |  |  | 
 |  |  |             <TextView | 
 |  |  | 
 |  |  |                 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 |