第2次提交

This commit is contained in:
xuhuixiang
2025-04-22 17:44:01 +08:00
parent 0ad9ee980a
commit 216fcf8237
36 changed files with 2563 additions and 56 deletions

View File

@@ -13,50 +13,55 @@
android:id="@+id/titlebar"
android:layout_width="match_parent"
android:layout_height="?actionBarSize"
android:background="@color/color_403d51"
app:layout_constraintTop_toTopOf="parent"
app:titleText="@string/cash_cuzhi_txt"
app:titleTextColor="@color/color_d4ab90" />
app:titleText="充值" />
<View
android:layout_width="match_parent"
android:layout_height="1px"
android:background="#ededed"
app:layout_constraintTop_toBottomOf="@id/titlebar"
android:visibility="visible" />
<ScrollView
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_marginBottom="@dimen/dp_70"
android:background="@color/color_fffbfb"
android:scrollbars="vertical"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintTop_toBottomOf="@+id/titlebar">
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/color_403d51">
android:layout_height="match_parent">
<LinearLayout
android:id="@+id/layout_topup_top"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@mipmap/ic_topup_cashbg"
android:orientation="vertical"
android:layout_marginStart="@dimen/dp_15"
android:layout_marginEnd="@dimen/dp_15"
android:layout_marginTop="10dp"
android:background="@mipmap/ic_topup_cashbg1"
android:orientation="horizontal"
android:gravity="center_vertical"
app:layout_constraintTop_toTopOf="parent">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/dp_30"
android:layout_marginTop="@dimen/dp_19"
android:text="@string/danqiandianshu_txt"
android:textColor="#FCC7A1"
android:textSize="14sp" />
android:layout_weight="1"
android:text="我的零钱"
android:textColor="@color/white"
android:textSize="16sp" />
<TextView
android:id="@+id/dianshu_tv"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/sp_30"
android:layout_marginTop="@dimen/dp_8"
android:textColor="#FCF0A1"
android:layout_marginEnd="15dp"
android:textSize="@dimen/sp_30"
tools:text="0" />
@@ -66,7 +71,7 @@
<androidx.appcompat.widget.LinearLayoutCompat
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="@dimen/dp_120"
android:layout_marginTop="@dimen/dp_100"
android:background="@color/color_fffbfb"
android:orientation="vertical"
app:layout_constraintBottom_toBottomOf="parent"
@@ -252,6 +257,7 @@
android:layout_height="match_parent"
android:background="@drawable/bg_topup_btn"
android:gravity="center"
android:layout_marginEnd="@dimen/dp_15"
android:text="@string/lijichuzi_txt"
android:textColor="#ffffffff"
android:textSize="16sp" />