|
@@ -74,18 +74,7 @@
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="@dimen/d_10dp"
|
|
|
- android:layout_marginRight="@dimen/d_8dp"
|
|
|
- android:text=""
|
|
|
- android:textColor="@color/white"
|
|
|
- android:textSize="@dimen/d_12sp"
|
|
|
- app:layout_constraintRight_toLeftOf="@+id/tv_money"
|
|
|
- app:layout_constraintTop_toTopOf="@+id/tv_money" />
|
|
|
-
|
|
|
- <TextView
|
|
|
+ <com.guadou.lib_baselib.font_text_view.TextViewMedium
|
|
|
android:id="@+id/tv_money"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
@@ -115,14 +104,14 @@
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tv_money"
|
|
|
app:layout_constraintTop_toTopOf="@+id/ll_available">
|
|
|
|
|
|
- <TextView
|
|
|
+ <com.guadou.lib_baselib.font_text_view.TextViewMedium
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="提现金额:"
|
|
|
android:textColor="@color/white"
|
|
|
android:textSize="@dimen/d_13sp" />
|
|
|
|
|
|
- <TextView
|
|
|
+ <com.guadou.lib_baselib.font_text_view.TextViewBold
|
|
|
android:id="@+id/tv_giro"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
@@ -151,14 +140,14 @@
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tv_money">
|
|
|
|
|
|
- <TextView
|
|
|
+ <com.guadou.lib_baselib.font_text_view.TextViewMedium
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="可用余额:"
|
|
|
android:textColor="@color/white"
|
|
|
android:textSize="@dimen/d_13sp" />
|
|
|
|
|
|
- <TextView
|
|
|
+ <com.guadou.lib_baselib.font_text_view.TextViewBold
|
|
|
android:id="@+id/tv_available"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
@@ -171,7 +160,6 @@
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
-
|
|
|
<ImageView
|
|
|
android:id="@+id/iv_bolang"
|
|
|
android:layout_width="match_parent"
|
|
@@ -202,7 +190,7 @@
|
|
|
android:layout_height="@dimen/d_35dp"
|
|
|
android:src="@drawable/wallet_withdrawn_icon" />
|
|
|
|
|
|
- <TextView
|
|
|
+ <com.guadou.lib_baselib.font_text_view.TextViewMedium
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="@dimen/d_5dp"
|
|
@@ -232,7 +220,7 @@
|
|
|
android:layout_height="@dimen/d_35dp"
|
|
|
android:src="@drawable/wallet_appointments_icon" />
|
|
|
|
|
|
- <TextView
|
|
|
+ <com.guadou.lib_baselib.font_text_view.TextViewMedium
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="@dimen/d_5dp"
|
|
@@ -265,14 +253,13 @@
|
|
|
android:layout_height="@dimen/d_26dp"
|
|
|
android:src="@drawable/wallet_password_icon" />
|
|
|
|
|
|
- <TextView
|
|
|
+ <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"
|
|
|
- binding:typefaceRegular="@{true}" />
|
|
|
+ android:textSize="@dimen/d_15sp" />
|
|
|
|
|
|
<View
|
|
|
android:layout_width="0dp"
|
|
@@ -308,14 +295,13 @@
|
|
|
android:layout_height="@dimen/d_25dp"
|
|
|
android:src="@drawable/wallet_history_icon" />
|
|
|
|
|
|
- <TextView
|
|
|
+ <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"
|
|
|
- binding:typefaceRegular="@{true}" />
|
|
|
+ android:textSize="@dimen/d_15sp" />
|
|
|
|
|
|
<View
|
|
|
android:layout_width="0dp"
|
|
@@ -350,7 +336,7 @@
|
|
|
android:layout_height="@dimen/d_25dp"
|
|
|
android:src="@drawable/wallet_invoice_icon" />
|
|
|
|
|
|
- <TextView
|
|
|
+ <com.guadou.lib_baselib.font_text_view.TextViewMedium
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="@dimen/d_8dp"
|
|
@@ -370,7 +356,7 @@
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
- <TextView
|
|
|
+ <com.guadou.lib_baselib.font_text_view.TextViewBold
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="@dimen/d_10dp"
|