| <?xml version="1.0" encoding="utf-8"?> | 
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | 
|     android:orientation="vertical" android:layout_width="@dimen/mr_game_gift_window_width" | 
|     android:layout_height="match_parent" | 
|     android:background="@color/white"> | 
|   | 
|     <RelativeLayout | 
|         android:layout_width="match_parent" | 
|         android:layout_height="@dimen/user_center_head_item_height"> | 
|   | 
|         <TextView | 
|             android:layout_width="wrap_content" | 
|             android:layout_height="wrap_content" | 
|             android:layout_centerInParent="true" | 
|             android:text="@string/mr_game_gifts_warehouse" | 
|             android:textColor="@color/user_center_common_title" | 
|             android:textSize="@dimen/user_center_title"/> | 
|   | 
|             <ImageView | 
|                 android:id="@+id/mr_cdk_list_close" | 
|                 android:layout_width="30dp" | 
|                 android:layout_height="30dp" | 
|                 android:layout_alignParentRight="true" | 
|                 android:layout_centerVertical="true" | 
|                 android:layout_marginRight="10dp" | 
|                 android:background="@drawable/mr_real_name_close" /> | 
|   | 
|         <View | 
|             android:layout_width="match_parent" | 
|             android:layout_height="2px" | 
|             android:layout_alignParentBottom="true" | 
|             android:background="@color/user_center_divide_line"/> | 
|   | 
|     </RelativeLayout> | 
|   | 
|     <ListView | 
|         android:id="@+id/mr_cdk_list_lv" | 
|         android:layout_width="match_parent" | 
|         android:layout_height="match_parent" | 
|         android:scrollbars="vertical" | 
|         android:divider="@color/white"> | 
|   | 
|     </ListView> | 
|   | 
|   | 
| </LinearLayout> |