|
@@ -27,7 +27,7 @@
|
|
android:id="@+id/easy_title_bar"
|
|
android:id="@+id/easy_title_bar"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- app:Easy_backLayoutState="gone"
|
|
|
|
|
|
+ app:Easy_backRes="@mipmap/back_white_icon"
|
|
app:Easy_hasStatusPadding="true"
|
|
app:Easy_hasStatusPadding="true"
|
|
app:Easy_lineState="gone"
|
|
app:Easy_lineState="gone"
|
|
app:Easy_title="电子钱包"
|
|
app:Easy_title="电子钱包"
|
|
@@ -172,74 +172,46 @@
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
|
+ style="@style/SelectableItemBackground"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:orientation="horizontal">
|
|
|
|
|
|
+ android:layout_height="@dimen/d_60dp"
|
|
|
|
+ android:gravity="center_vertical"
|
|
|
|
+ android:orientation="horizontal"
|
|
|
|
+ android:paddingLeft="@dimen/d_18dp"
|
|
|
|
+ android:paddingRight="@dimen/d_18dp"
|
|
|
|
+ binding:clicks="@{click.gotoWithdrawalPage}">
|
|
|
|
|
|
|
|
+ <ImageView
|
|
|
|
+ android:layout_width="@dimen/d_26dp"
|
|
|
|
+ android:layout_height="@dimen/d_26dp"
|
|
|
|
+ android:src="@drawable/ewallet_withdraw_icon" />
|
|
|
|
|
|
- <LinearLayout
|
|
|
|
- style="@style/SelectableItemBackground"
|
|
|
|
- android:layout_width="0dp"
|
|
|
|
|
|
+ <com.guadou.lib_baselib.font_text_view.TextViewMedium
|
|
|
|
+ android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:layout_weight="1"
|
|
|
|
- android:gravity="center"
|
|
|
|
- android:orientation="vertical"
|
|
|
|
- binding:clicks="@{click.gotoWithdrawalPage}">
|
|
|
|
-
|
|
|
|
- <ImageView
|
|
|
|
- android:layout_width="@dimen/d_35dp"
|
|
|
|
- android:layout_height="@dimen/d_35dp"
|
|
|
|
- android:src="@drawable/wallet_withdrawn_icon" />
|
|
|
|
-
|
|
|
|
- <com.guadou.lib_baselib.font_text_view.TextViewMedium
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_marginTop="@dimen/d_5dp"
|
|
|
|
- android:text="提现"
|
|
|
|
- android:textColor="@color/gray_76"
|
|
|
|
- android:textSize="@dimen/d_13sp" />
|
|
|
|
-
|
|
|
|
- </LinearLayout>
|
|
|
|
|
|
+ android:layout_marginLeft="@dimen/d_8dp"
|
|
|
|
+ android:text="提现"
|
|
|
|
+ android:textColor="@color/gray_76"
|
|
|
|
+ android:textSize="@dimen/d_15sp" />
|
|
|
|
|
|
<View
|
|
<View
|
|
- android:layout_width="@dimen/d_1dp"
|
|
|
|
- android:layout_height="match_parent"
|
|
|
|
- android:layout_marginTop="@dimen/d_5dp"
|
|
|
|
- android:layout_marginBottom="@dimen/d_5dp"
|
|
|
|
- android:background="@color/divider_color" />
|
|
|
|
-
|
|
|
|
- <LinearLayout
|
|
|
|
- style="@style/SelectableItemBackground"
|
|
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:layout_weight="1"
|
|
|
|
- android:gravity="center"
|
|
|
|
- android:orientation="vertical"
|
|
|
|
- binding:clicks="@{click.gotoAppointmentPage}">
|
|
|
|
-
|
|
|
|
- <ImageView
|
|
|
|
- android:layout_width="@dimen/d_35dp"
|
|
|
|
- android:layout_height="@dimen/d_35dp"
|
|
|
|
- android:src="@drawable/wallet_appointments_icon" />
|
|
|
|
-
|
|
|
|
- <com.guadou.lib_baselib.font_text_view.TextViewMedium
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_marginTop="@dimen/d_5dp"
|
|
|
|
- android:text="提现预约记录"
|
|
|
|
- android:textColor="@color/gray_76"
|
|
|
|
- android:textSize="@dimen/d_13sp" />
|
|
|
|
|
|
+ android:layout_weight="1" />
|
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
|
+ <ImageView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:src="@drawable/more_gray_icon" />
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
- <View
|
|
|
|
|
|
+ <ImageView
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="@dimen/d_10dp"
|
|
|
|
- android:layout_marginTop="@dimen/d_13dp"
|
|
|
|
- android:background="@color/page_bg" />
|
|
|
|
-
|
|
|
|
|
|
+ android:layout_height="0.7dp"
|
|
|
|
+ android:layout_marginLeft="@dimen/d_15dp"
|
|
|
|
+ android:layout_marginRight="@dimen/d_15dp"
|
|
|
|
+ android:src="@color/page_bg" />
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
style="@style/SelectableItemBackground"
|
|
style="@style/SelectableItemBackground"
|
|
@@ -249,18 +221,18 @@
|
|
android:orientation="horizontal"
|
|
android:orientation="horizontal"
|
|
android:paddingLeft="@dimen/d_18dp"
|
|
android:paddingLeft="@dimen/d_18dp"
|
|
android:paddingRight="@dimen/d_18dp"
|
|
android:paddingRight="@dimen/d_18dp"
|
|
- binding:clicks="@{click.gotoSetPsdPage}">
|
|
|
|
|
|
+ binding:clicks="@{click.gotoAppointmentPage}">
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
android:layout_width="@dimen/d_26dp"
|
|
android:layout_width="@dimen/d_26dp"
|
|
android:layout_height="@dimen/d_26dp"
|
|
android:layout_height="@dimen/d_26dp"
|
|
- android:src="@drawable/wallet_password_icon" />
|
|
|
|
|
|
+ android:src="@drawable/ewallet_appiontments_icon" />
|
|
|
|
|
|
<com.guadou.lib_baselib.font_text_view.TextViewMedium
|
|
<com.guadou.lib_baselib.font_text_view.TextViewMedium
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/d_8dp"
|
|
android:layout_marginLeft="@dimen/d_8dp"
|
|
- android:text="支付密码设置"
|
|
|
|
|
|
+ android:text="提现预约记录"
|
|
android:textColor="@color/gray_76"
|
|
android:textColor="@color/gray_76"
|
|
android:textSize="@dimen/d_15sp" />
|
|
android:textSize="@dimen/d_15sp" />
|
|
|
|
|
|
@@ -283,7 +255,6 @@
|
|
android:layout_marginRight="@dimen/d_15dp"
|
|
android:layout_marginRight="@dimen/d_15dp"
|
|
android:src="@color/page_bg" />
|
|
android:src="@color/page_bg" />
|
|
|
|
|
|
-
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
style="@style/SelectableItemBackground"
|
|
style="@style/SelectableItemBackground"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
@@ -361,6 +332,96 @@
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
+ <LinearLayout
|
|
|
|
+ style="@style/SelectableItemBackground"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="@dimen/d_60dp"
|
|
|
|
+ android:gravity="center_vertical"
|
|
|
|
+ android:orientation="horizontal"
|
|
|
|
+ android:paddingLeft="@dimen/d_18dp"
|
|
|
|
+ android:paddingRight="@dimen/d_18dp"
|
|
|
|
+ binding:clicks="@{click.gotoSetPsdPage}">
|
|
|
|
+
|
|
|
|
+ <ImageView
|
|
|
|
+ android:layout_width="@dimen/d_26dp"
|
|
|
|
+ android:layout_height="@dimen/d_26dp"
|
|
|
|
+ android:src="@drawable/wallet_password_icon" />
|
|
|
|
+
|
|
|
|
+ <com.guadou.lib_baselib.font_text_view.TextViewMedium
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_marginLeft="@dimen/d_8dp"
|
|
|
|
+ android:text="支付密码设置"
|
|
|
|
+ android:textColor="@color/gray_76"
|
|
|
|
+ android:textSize="@dimen/d_15sp" />
|
|
|
|
+
|
|
|
|
+ <View
|
|
|
|
+ android:layout_width="0dp"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_weight="1" />
|
|
|
|
+
|
|
|
|
+ <ImageView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:src="@drawable/more_gray_icon" />
|
|
|
|
+
|
|
|
|
+ </LinearLayout>
|
|
|
|
+
|
|
|
|
+ <ImageView
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="0.7dp"
|
|
|
|
+ android:layout_marginLeft="@dimen/d_15dp"
|
|
|
|
+ android:layout_marginRight="@dimen/d_15dp"
|
|
|
|
+ android:src="@color/page_bg" />
|
|
|
|
+
|
|
|
|
+ <!--设置指纹-->
|
|
|
|
+ <LinearLayout
|
|
|
|
+ style="@style/SelectableItemBackground"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="@dimen/d_60dp"
|
|
|
|
+ android:gravity="center_vertical"
|
|
|
|
+ android:orientation="horizontal"
|
|
|
|
+ android:paddingLeft="@dimen/d_18dp"
|
|
|
|
+ android:paddingRight="@dimen/d_18dp">
|
|
|
|
+
|
|
|
|
+ <ImageView
|
|
|
|
+ android:layout_width="@dimen/d_26dp"
|
|
|
|
+ android:layout_height="@dimen/d_26dp"
|
|
|
|
+ android:src="@drawable/yypay_facial_fingerprinticon" />
|
|
|
|
+
|
|
|
|
+ <com.guadou.lib_baselib.font_text_view.TextViewMedium
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_marginLeft="@dimen/d_8dp"
|
|
|
|
+ android:text="人脸/指纹"
|
|
|
|
+ android:textColor="@color/gray_76"
|
|
|
|
+ android:textSize="@dimen/d_15sp" />
|
|
|
|
+
|
|
|
|
+ <View
|
|
|
|
+ android:layout_width="0dp"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_weight="1" />
|
|
|
|
+
|
|
|
|
+ <androidx.appcompat.widget.SwitchCompat
|
|
|
|
+ android:id="@+id/switch_fingerprint"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:background="@drawable/selector_switch_bg"
|
|
|
|
+ app:showText="false"
|
|
|
|
+ app:splitTrack="false"
|
|
|
|
+ app:theme="@style/scstyle"
|
|
|
|
+ app:thumbTint="#00000000"
|
|
|
|
+ app:trackTint="#00000000" />
|
|
|
|
+
|
|
|
|
+ </LinearLayout>
|
|
|
|
+
|
|
|
|
+ <ImageView
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="0.7dp"
|
|
|
|
+ android:layout_marginLeft="@dimen/d_15dp"
|
|
|
|
+ android:layout_marginRight="@dimen/d_15dp"
|
|
|
|
+ android:src="@color/page_bg" />
|
|
|
|
+
|
|
<com.guadou.lib_baselib.font_text_view.TextViewBold
|
|
<com.guadou.lib_baselib.font_text_view.TextViewBold
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|