完成'我的'页面部细节问题和常见问题 页面

This commit is contained in:
md
2021-06-02 18:13:25 +08:00
parent 7101d0e35c
commit 33ad27a8ef
33 changed files with 425 additions and 274 deletions

View File

@@ -47,7 +47,7 @@
android:layout_width="match_parent"
android:layout_height="200dp"
android:layout_margin="20dp"
android:background="#fff"
android:background="@mipmap/white_bg"
app:layout_constraintEnd_toEndOf="@+id/linear_hint"
app:layout_constraintStart_toStartOf="@+id/linear_hint"
app:layout_constraintTop_toBottomOf="@+id/rl_withdraw">
@@ -188,9 +188,10 @@
<Button
android:id="@+id/button"
android:layout_width="match_parent"
android:layout_height="70dp"
android:layout_height="50dp"
android:layout_margin="20dp"
android:text="立即提现"
style="@style/user_data_style"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/checkBox" />