|  |  | 
 |  |  |             android:layout_marginRight="15dp" | 
 |  |  |             android:src="@drawable/ic_right" /> | 
 |  |  |     </RelativeLayout> | 
 |  |  |     <RelativeLayout | 
 |  |  |         android:id="@+id/refreshDataRL" | 
 |  |  |         android:layout_width="match_parent" | 
 |  |  |         android:layout_height="@dimen/item_height" | 
 |  |  |         android:layout_below="@+id/passwordRL" | 
 |  |  |         android:layout_marginTop="1dp"> | 
 |  |  |  | 
 |  |  |         <TextView | 
 |  |  |             android:id="@+id/refreshDataTV" | 
 |  |  |             android:layout_width="match_parent" | 
 |  |  |             android:layout_height="@dimen/item_height" | 
 |  |  |             android:background="@color/white" | 
 |  |  |             android:gravity="center_vertical" | 
 |  |  |             android:paddingLeft="30dp" | 
 |  |  |             android:text="更新本地数据" | 
 |  |  |             android:textColor="@color/black" | 
 |  |  |             android:textSize="@dimen/my_item_text_size" /> | 
 |  |  |  | 
 |  |  |         <ImageView | 
 |  |  |             android:layout_width="25dp" | 
 |  |  |             android:layout_height="25dp" | 
 |  |  |             android:layout_alignParentRight="true" | 
 |  |  |             android:layout_centerVertical="true" | 
 |  |  |             android:layout_marginRight="15dp" | 
 |  |  |             android:src="@drawable/ic_right" /> | 
 |  |  |     </RelativeLayout> | 
 |  |  |     <RelativeLayout | 
 |  |  |         android:id="@+id/cleanDataRL" | 
 |  |  |         android:layout_width="match_parent" | 
 |  |  |         android:layout_height="@dimen/item_height" | 
 |  |  |         android:layout_below="@+id/passwordRL" | 
 |  |  |         android:layout_below="@+id/refreshDataRL" | 
 |  |  |         android:layout_marginTop="1dp"> | 
 |  |  |  | 
 |  |  |         <TextView |