|
@@ -0,0 +1,262 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
+ xmlns:tools="http://schemas.android.com/tools"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ tools:context=".ui.me.JunYouCoinActivity">
|
|
|
+
|
|
|
+ <include layout="@layout/a_view_actionbar" />
|
|
|
+ <ScrollView
|
|
|
+ android:overScrollMode="never"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent">
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:gravity="center_horizontal"
|
|
|
+ android:layout_height="match_parent">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:textSize="17sp"
|
|
|
+ android:textColor="#333333"
|
|
|
+ android:text="@string/my_jun_you_coin"
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:gravity="bottom"
|
|
|
+ android:layout_marginTop="6dp"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ <ImageView
|
|
|
+ android:layout_gravity="bottom"
|
|
|
+ android:src="@mipmap/icon_junyou_coin"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
+ <TextView
|
|
|
+ android:layout_marginStart="6dp"
|
|
|
+ android:id="@+id/tv_coin"
|
|
|
+ android:textSize="31sp"
|
|
|
+ android:textColor="#333333"
|
|
|
+ android:text="2000"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:textSize="18sp"
|
|
|
+ android:textColor="#333333"
|
|
|
+ android:text="个"
|
|
|
+ android:layout_marginStart="4dp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_marginStart="40dp"
|
|
|
+ android:layout_marginEnd="40dp"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:layout_marginTop="64dp"
|
|
|
+ android:weightSum="2"
|
|
|
+ android:layout_height="56dp">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:gravity="center"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ <TextView
|
|
|
+ android:text="@string/my_income"
|
|
|
+ android:textSize="@dimen/sp_13_text_size"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_my_income"
|
|
|
+ android:layout_marginTop="12dp"
|
|
|
+ android:textSize="@dimen/sp_18_text_size"
|
|
|
+ android:textColor="#333333"
|
|
|
+ android:text="1000"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
+
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+ <View
|
|
|
+ android:layout_width="1px"
|
|
|
+ android:background="#999999"
|
|
|
+ android:layout_height="match_parent"/>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:weightSum="2"
|
|
|
+
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ <TextView
|
|
|
+ android:text="@string/auditing"
|
|
|
+
|
|
|
+ android:textSize="@dimen/sp_13_text_size"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_my_auditing"
|
|
|
+ android:layout_marginTop="12dp"
|
|
|
+ android:textSize="@dimen/sp_18_text_size"
|
|
|
+ android:textColor="#333333"
|
|
|
+ android:text="1000"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_recharge_jun_you"
|
|
|
+ android:layout_width="256dp"
|
|
|
+ android:layout_height="32dp"
|
|
|
+ android:layout_marginLeft="20dp"
|
|
|
+ android:layout_marginRight="20dp"
|
|
|
+ android:layout_marginTop="100dp"
|
|
|
+ android:background="@drawable/shape_recharge_bg_blue_radius_16"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="@string/recharge_coin"
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:textSize="@dimen/one_level_title" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_coin_withdraw"
|
|
|
+ android:layout_width="256dp"
|
|
|
+ android:layout_height="32dp"
|
|
|
+ android:background="@drawable/shape_withdraw_bg_gray_radius_16"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="@string/withdraw_change"
|
|
|
+ android:textColor="#2A86FF"
|
|
|
+ android:layout_marginTop="12dp"
|
|
|
+ android:textSize="@dimen/one_level_title" />
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/rlt_income_details"
|
|
|
+ android:layout_marginTop="40dp"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:paddingStart="15dp"
|
|
|
+ android:paddingEnd="15dp"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:textColor="#333333"
|
|
|
+ android:gravity="center"
|
|
|
+ android:drawableStart="@mipmap/icon_income"
|
|
|
+ android:text="@string/income_details"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
+ <ImageView
|
|
|
+ android:layout_alignParentEnd="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:src="@mipmap/right_arrow_icon"
|
|
|
+
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
+
|
|
|
+ </RelativeLayout>
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/rlt_account_details"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:paddingStart="15dp"
|
|
|
+ android:paddingEnd="15dp"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:textColor="#333333"
|
|
|
+ android:gravity="center"
|
|
|
+ android:drawableStart="@mipmap/icon_account_details"
|
|
|
+ android:text="@string/account_details"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
+ <ImageView
|
|
|
+ android:layout_alignParentEnd="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:src="@mipmap/right_arrow_icon"
|
|
|
+
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
+
|
|
|
+ </RelativeLayout>
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/rlt_real_name_auth"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:paddingStart="15dp"
|
|
|
+ android:paddingEnd="15dp"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:textColor="#333333"
|
|
|
+ android:gravity="center"
|
|
|
+ android:drawableStart="@mipmap/icon_auth_real_name"
|
|
|
+ android:text="@string/real_name_auth"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
+ <TextView
|
|
|
+ android:layout_marginEnd="3dp"
|
|
|
+ android:id="@+id/tv_real_auth_status"
|
|
|
+ android:textColor="#333333"
|
|
|
+ android:gravity="center"
|
|
|
+ android:textSize="@dimen/sp_15_text_size"
|
|
|
+ android:layout_toStartOf="@+id/rlt_real_name_auth_right_icon"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:text="@string/help"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/rlt_real_name_auth_right_icon"
|
|
|
+ android:layout_alignParentEnd="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:src="@mipmap/right_arrow_icon"
|
|
|
+
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
+
|
|
|
+ </RelativeLayout>
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/rlt_help"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:paddingStart="15dp"
|
|
|
+ android:paddingEnd="15dp"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:textColor="#333333"
|
|
|
+ android:gravity="center"
|
|
|
+ android:drawableStart="@mipmap/icon_help"
|
|
|
+ android:text="@string/help"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_alignParentEnd="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:src="@mipmap/right_arrow_icon"
|
|
|
+
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
+
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:text="@string/junyou_gift_pay_service"
|
|
|
+ android:textSize="10sp"
|
|
|
+ android:id="@+id/tv_jun_you_pay_gift"
|
|
|
+ android:textColor="#666666"
|
|
|
+ android:layout_marginTop="54dp"
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
+
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+
|
|
|
+ </ScrollView>
|
|
|
+
|
|
|
+</LinearLayout>
|