修改转账,付款等文案

This commit is contained in:
guozhen
2024-08-15 14:53:00 +08:00
committed by xuhuixiang
parent c929efd05e
commit 9de0a1fb84
42 changed files with 681 additions and 275 deletions

View File

@@ -118,6 +118,25 @@
android:text="@string/quxiugai_txt"
android:textColor="@color/color_666666" />
</FrameLayout>
<FrameLayout
android:visibility="gone"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<Button
android:id="@+id/close_account"
style="@style/settings_item_bg_group_top_2019"
android:text="@string/close_account_txt" />
<TextView
android:id="@+id/close_account_tv"
style="@style/settings_item_textView"
android:drawablePadding="10dp"
android:drawableRight="@drawable/ic_frame_mine_right_arrow"
android:text=""
android:textColor="@color/color_666666" />
</FrameLayout>
<TextView
android:id="@+id/tvLogout"
android:layout_width="match_parent"
@@ -130,7 +149,7 @@
android:background="@drawable/index_user_bg3"
android:gravity="center"
android:singleLine="true"
android:text="@string/tab_mine_logout"
android:text="@string/close_account_txt"
android:textColor="@color/colorWhite"
android:textSize="@dimen/dp_16"
app:layout_constraintEnd_toEndOf="parent"