|
@@ -8,177 +8,9 @@
|
|
|
<include
|
|
<include
|
|
|
layout="@layout/title" />
|
|
layout="@layout/title" />
|
|
|
|
|
|
|
|
- <RelativeLayout
|
|
|
|
|
|
|
+ <FrameLayout
|
|
|
|
|
+ android:id="@+id/frame_container"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:background="@drawable/x_shap_shadow_bg_rectgangle_white"
|
|
|
|
|
- android:layout_margin="12dp"
|
|
|
|
|
- android:padding="15dp">
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:id="@+id/withdrawal"
|
|
|
|
|
- style="@style/style_button"
|
|
|
|
|
- android:layout_height="30dp"
|
|
|
|
|
- android:layout_width="100dp"
|
|
|
|
|
- android:layout_alignParentRight="true"
|
|
|
|
|
- android:layout_centerVertical="true"
|
|
|
|
|
- android:text="提 现"/>
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:id="@+id/my_property"
|
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:text="我的资产"
|
|
|
|
|
- android:textColor="@color/black"
|
|
|
|
|
- android:textSize="15dp"/>
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:layout_below="@+id/my_property"
|
|
|
|
|
- android:id="@+id/my_price"
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:text=""
|
|
|
|
|
- android:textColor="@color/black"
|
|
|
|
|
- android:textSize="25dp"
|
|
|
|
|
- android:layout_marginTop="12dp"
|
|
|
|
|
- android:layout_marginBottom="12dp"
|
|
|
|
|
- android:layout_toLeftOf="@id/withdrawal"/>
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:layout_below="@+id/my_price"
|
|
|
|
|
- android:id="@+id/my_all_price"
|
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:text=""
|
|
|
|
|
- android:textColor="@color/black"
|
|
|
|
|
- android:textSize="12dp"/>
|
|
|
|
|
- </RelativeLayout>
|
|
|
|
|
-
|
|
|
|
|
- <LinearLayout
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:orientation="vertical"
|
|
|
|
|
- android:background="@drawable/x_shap_shadow_bg_rectgangle_white"
|
|
|
|
|
- android:layout_marginLeft="10dp"
|
|
|
|
|
- android:layout_marginRight="10dp"
|
|
|
|
|
- >
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:text="账户信息"
|
|
|
|
|
- android:textColor="@color/black"
|
|
|
|
|
- android:layout_margin="15dp"
|
|
|
|
|
- android:textSize="15dp"/>
|
|
|
|
|
- <RelativeLayout
|
|
|
|
|
- android:id="@+id/account_safe_layout"
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:padding="15dp"
|
|
|
|
|
- android:gravity="center">
|
|
|
|
|
- <ImageView
|
|
|
|
|
- android:id="@+id/personalcenter_item_icon_iv"
|
|
|
|
|
- android:layout_width="@dimen/content_padding_20"
|
|
|
|
|
- android:layout_height="@dimen/content_padding_20"
|
|
|
|
|
- android:src="@mipmap/x_ic_account_secuity"
|
|
|
|
|
- android:layout_marginRight="12dp"
|
|
|
|
|
- android:layout_centerVertical="true"/>
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:text="帐号安全"
|
|
|
|
|
- android:lines="1"
|
|
|
|
|
- android:textColor="@color/black"
|
|
|
|
|
- android:textSize="14dp"
|
|
|
|
|
- android:layout_centerVertical="true"
|
|
|
|
|
- android:layout_toEndOf="@+id/personalcenter_item_icon_iv" />
|
|
|
|
|
- <ImageView
|
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:src="@mipmap/x_ic_next"
|
|
|
|
|
- android:layout_alignParentRight="true"
|
|
|
|
|
- android:layout_marginLeft="12dp"
|
|
|
|
|
- android:layout_centerVertical="true"/>
|
|
|
|
|
-
|
|
|
|
|
- </RelativeLayout>
|
|
|
|
|
-
|
|
|
|
|
- <View
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="1px"
|
|
|
|
|
- android:background="@color/white_bg_line"
|
|
|
|
|
- android:layout_marginLeft="15dp"
|
|
|
|
|
- android:layout_marginRight="15dp"
|
|
|
|
|
- />
|
|
|
|
|
-
|
|
|
|
|
- <RelativeLayout
|
|
|
|
|
- android:id="@+id/account_task_layout"
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:padding="15dp"
|
|
|
|
|
-
|
|
|
|
|
- android:layout_alignParentStart="true">
|
|
|
|
|
- <ImageView
|
|
|
|
|
- android:id="@+id/tast_item_icon_iv"
|
|
|
|
|
- android:layout_width="@dimen/content_padding_20"
|
|
|
|
|
- android:layout_height="@dimen/content_padding_20"
|
|
|
|
|
- android:src="@mipmap/x_ic_task_history"
|
|
|
|
|
- android:layout_marginRight="12dp"
|
|
|
|
|
- android:layout_centerVertical="true"/>
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:text="任务记录"
|
|
|
|
|
- android:lines="1"
|
|
|
|
|
- android:textColor="@color/black"
|
|
|
|
|
- android:textSize="14dp"
|
|
|
|
|
- android:layout_alignBottom="@+id/tast_item_icon_iv"
|
|
|
|
|
- android:layout_toEndOf="@+id/tast_item_icon_iv"
|
|
|
|
|
- android:layout_centerVertical="true"/>
|
|
|
|
|
- <ImageView
|
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:src="@mipmap/x_ic_next"
|
|
|
|
|
- android:layout_alignParentRight="true"
|
|
|
|
|
- android:layout_marginLeft="12dp"
|
|
|
|
|
- android:layout_centerVertical="true"/>
|
|
|
|
|
-
|
|
|
|
|
- </RelativeLayout>
|
|
|
|
|
-
|
|
|
|
|
- <View
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="1px"
|
|
|
|
|
- android:background="@color/white_bg_line"
|
|
|
|
|
- android:layout_marginLeft="15dp"
|
|
|
|
|
- android:layout_marginRight="15dp"
|
|
|
|
|
- />
|
|
|
|
|
-
|
|
|
|
|
- <RelativeLayout
|
|
|
|
|
- android:id="@+id/account_detail_layout"
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:padding="15dp"
|
|
|
|
|
- >
|
|
|
|
|
- <ImageView
|
|
|
|
|
- android:id="@+id/detail_item_icon_iv"
|
|
|
|
|
- android:layout_width="@dimen/content_padding_20"
|
|
|
|
|
- android:layout_height="@dimen/content_padding_20"
|
|
|
|
|
- android:src="@mipmap/x_ic_withdrawal"
|
|
|
|
|
- android:layout_marginRight="12dp"
|
|
|
|
|
- android:layout_centerVertical="true"/>
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:text="提现明细"
|
|
|
|
|
- android:lines="1"
|
|
|
|
|
- android:textColor="@color/black"
|
|
|
|
|
- android:textSize="14dp"
|
|
|
|
|
- android:layout_centerVertical="true"
|
|
|
|
|
- android:layout_alignBottom="@+id/detail_item_icon_iv"
|
|
|
|
|
- android:layout_toEndOf="@+id/detail_item_icon_iv" />
|
|
|
|
|
- <ImageView
|
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:src="@mipmap/x_ic_next"
|
|
|
|
|
- android:layout_alignParentRight="true"
|
|
|
|
|
- android:layout_marginLeft="12dp"
|
|
|
|
|
- android:layout_centerVertical="true"/>
|
|
|
|
|
-
|
|
|
|
|
- </RelativeLayout>
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
|
|
+ android:layout_height="match_parent"/>
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|