|
@@ -1,352 +1,341 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
- xmlns:tools="http://schemas.android.com/tools">
|
|
|
+ xmlns:tools="http://schemas.android.com/tools"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent">
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/ivBg"
|
|
|
- android:src="@mipmap/female_bg"
|
|
|
- app:layout_constraintDimensionRatio="h,360:248"
|
|
|
- android:background="@drawable/shape_9ffd88_6ef2df"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="0dp"/>
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:background="@mipmap/bg_mine"
|
|
|
+ app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
<ImageView
|
|
|
- android:id="@+id/ivSetup"
|
|
|
- android:src="@mipmap/setup"
|
|
|
- android:layout_marginTop="36dp"
|
|
|
- android:layout_marginEnd="10dp"
|
|
|
+ android:id="@+id/ivEditBg"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginEnd="16dp"
|
|
|
+ android:src="@mipmap/bg_edit"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
- android:layout_width="30dp"
|
|
|
- android:layout_height="30dp"/>
|
|
|
+ app:layout_constraintTop_toTopOf="@+id/ivAvatar" />
|
|
|
|
|
|
- <ImageView
|
|
|
- android:id="@+id/ivEdit"
|
|
|
- android:src="@mipmap/edit"
|
|
|
- android:layout_marginTop="36dp"
|
|
|
- android:layout_marginEnd="10dp"
|
|
|
- android:padding="4dp"
|
|
|
- app:layout_constraintEnd_toStartOf="@+id/ivSetup"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
- android:layout_width="30dp"
|
|
|
- android:layout_height="30dp"/>
|
|
|
+ <com.swago.baseswago.cusview.MediumTextView
|
|
|
+ android:id="@+id/tvEdit"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginEnd="16dp"
|
|
|
+ android:background="@drawable/shape_white_20"
|
|
|
+ android:drawableStart="@mipmap/icon_edit"
|
|
|
+ android:drawablePadding="2dp"
|
|
|
+ android:paddingStart="8dp"
|
|
|
+ android:paddingEnd="8dp"
|
|
|
+ android:text="@string/edit"
|
|
|
+ android:textColor="#131B23"
|
|
|
+ android:textSize="14dp"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/ivEditBg" />
|
|
|
|
|
|
|
|
|
<de.hdodenhof.circleimageview.CircleImageView
|
|
|
android:id="@+id/ivAvatar"
|
|
|
- android:layout_marginStart="20dp"
|
|
|
+ android:layout_width="50dp"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:layout_marginStart="16dp"
|
|
|
android:layout_marginTop="66dp"
|
|
|
android:src="@mipmap/default_avatar"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
- android:layout_width="50dp"
|
|
|
- android:layout_height="50dp"/>
|
|
|
+ app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
- <ImageView
|
|
|
- android:id="@+id/ivSex"
|
|
|
- app:layout_constraintEnd_toEndOf="@+id/ivAvatar"
|
|
|
- app:layout_constraintBottom_toBottomOf="@+id/ivAvatar"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"/>
|
|
|
-
|
|
|
- <TextView
|
|
|
+ <com.swago.baseswago.cusview.BoldTextView
|
|
|
android:id="@+id/tvName"
|
|
|
- android:maxLines="1"
|
|
|
- android:maxWidth="120dp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="20dp"
|
|
|
- tools:text="NickName"
|
|
|
- android:textColor="#000"
|
|
|
- android:textSize="18dp"
|
|
|
+ android:maxWidth="120dp"
|
|
|
+ android:maxLines="1"
|
|
|
+ android:textColor="#435568"
|
|
|
+ android:textSize="20dp"
|
|
|
app:layout_constraintStart_toEndOf="@+id/ivAvatar"
|
|
|
app:layout_constraintTop_toTopOf="@+id/ivAvatar"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"/>
|
|
|
+ tools:text="NickName" />
|
|
|
|
|
|
<com.swago.baseswago.cusview.SwagoLevelView
|
|
|
android:id="@+id/tvLevelView"
|
|
|
- app:layout_constraintStart_toEndOf="@+id/tvName"
|
|
|
- app:layout_constraintTop_toTopOf="@+id/tvName"
|
|
|
- app:layout_constraintBottom_toBottomOf="@+id/tvName"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="7dp"
|
|
|
android:layout_marginTop="5dp"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"/>
|
|
|
+ app:layout_constraintBottom_toBottomOf="@+id/tvName"
|
|
|
+ app:layout_constraintStart_toEndOf="@+id/tvName"
|
|
|
+ app:layout_constraintTop_toTopOf="@+id/tvName" />
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/ivVip"
|
|
|
- android:src="@mipmap/vip"
|
|
|
- app:layout_constraintStart_toEndOf="@+id/tvLevelView"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="5dp"
|
|
|
android:layout_marginBottom="2dp"
|
|
|
- tools:visibility="visible"
|
|
|
- android:visibility="gone"
|
|
|
+ android:src="@mipmap/vip"
|
|
|
+ android:visibility="visible"
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/tvName"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"/>
|
|
|
+ app:layout_constraintStart_toEndOf="@+id/tvLevelView"
|
|
|
+ tools:visibility="visible" />
|
|
|
|
|
|
- <TextView
|
|
|
+ <com.swago.baseswago.cusview.RegularTextView
|
|
|
android:id="@+id/tvID"
|
|
|
- android:maxLines="1"
|
|
|
- android:maxWidth="120dp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="20dp"
|
|
|
- tools:text="ID:12030747"
|
|
|
+ android:maxWidth="120dp"
|
|
|
+ android:maxLines="1"
|
|
|
android:textColor="#868686"
|
|
|
android:textSize="12dp"
|
|
|
- app:layout_constraintStart_toEndOf="@+id/ivAvatar"
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/ivAvatar"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"/>
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tvSign"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/ivAvatar"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
- android:textColor="#868686"
|
|
|
- android:textSize="12dp"
|
|
|
- android:layout_marginStart="20dp"
|
|
|
- android:layout_marginEnd="20dp"
|
|
|
- tools:text="Lord knows dreams are hard to follow, but don't let anyone tear them away."
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"/>
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+ app:layout_constraintStart_toEndOf="@+id/ivAvatar"
|
|
|
+ tools:text="ID:12030747" />
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/llFollow"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintEnd_toStartOf="@+id/llFans"
|
|
|
- app:layout_constraintBottom_toBottomOf="@+id/ivBg"
|
|
|
- android:layout_marginBottom="40dp"
|
|
|
- android:orientation="vertical"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="24dp"
|
|
|
android:gravity="center"
|
|
|
+ android:orientation="vertical"
|
|
|
+ app:layout_constraintEnd_toStartOf="@+id/llFans"
|
|
|
app:layout_constraintHorizontal_chainStyle="spread"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/ivAvatar">
|
|
|
|
|
|
- <TextView
|
|
|
+ <com.swago.baseswago.cusview.MediumTextView
|
|
|
android:id="@+id/tvFollowNum"
|
|
|
- android:textSize="24dp"
|
|
|
- android:textColor="#000"
|
|
|
- tools:text="24"
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"/>
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:textColor="#435568"
|
|
|
+ android:textSize="24dp"
|
|
|
+ tools:text="24" />
|
|
|
|
|
|
- <TextView
|
|
|
- android:textColor="#868686"
|
|
|
- android:textSize="12dp"
|
|
|
- android:text="@string/follow"
|
|
|
+ <com.swago.baseswago.cusview.RegularTextView
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"/>
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="@string/follow"
|
|
|
+ android:textColor="#828C9D"
|
|
|
+ android:textSize="12dp" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/llFans"
|
|
|
- app:layout_constraintStart_toEndOf="@+id/llFollow"
|
|
|
- app:layout_constraintEnd_toStartOf="@+id/llCoin"
|
|
|
- app:layout_constraintBottom_toBottomOf="@+id/ivBg"
|
|
|
- android:layout_marginBottom="40dp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="24dp"
|
|
|
android:gravity="center"
|
|
|
android:orientation="vertical"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ app:layout_constraintEnd_toStartOf="@+id/llCoin"
|
|
|
+ app:layout_constraintStart_toEndOf="@+id/llFollow"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/ivAvatar">
|
|
|
|
|
|
- <TextView
|
|
|
+ <com.swago.baseswago.cusview.MediumTextView
|
|
|
android:id="@+id/tvFansNum"
|
|
|
- android:textSize="24dp"
|
|
|
- android:textColor="#000"
|
|
|
- tools:text="24"
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"/>
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:textColor="#435568"
|
|
|
+ android:textSize="24dp"
|
|
|
+ tools:text="24" />
|
|
|
|
|
|
- <TextView
|
|
|
- android:textColor="#868686"
|
|
|
- android:textSize="12dp"
|
|
|
- android:text="@string/fans"
|
|
|
+ <com.swago.baseswago.cusview.RegularTextView
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"/>
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="@string/fans"
|
|
|
+ android:textColor="#828C9D"
|
|
|
+ android:textSize="12dp" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/llCoin"
|
|
|
- app:layout_constraintStart_toEndOf="@+id/llFans"
|
|
|
- app:layout_constraintEnd_toStartOf="@+id/llDiamonds"
|
|
|
- app:layout_constraintBottom_toBottomOf="@+id/ivBg"
|
|
|
- android:layout_marginBottom="40dp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="24dp"
|
|
|
android:gravity="center"
|
|
|
android:orientation="vertical"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ app:layout_constraintEnd_toStartOf="@+id/llDiamonds"
|
|
|
+ app:layout_constraintStart_toEndOf="@+id/llFans"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/ivAvatar">
|
|
|
|
|
|
- <TextView
|
|
|
+ <com.swago.baseswago.cusview.MediumTextView
|
|
|
android:id="@+id/tvCoin"
|
|
|
- android:textSize="24dp"
|
|
|
- android:textColor="#000"
|
|
|
- tools:text="24"
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"/>
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:textColor="#435568"
|
|
|
+ android:textSize="24dp"
|
|
|
+ tools:text="24" />
|
|
|
|
|
|
- <TextView
|
|
|
- android:textColor="#868686"
|
|
|
- android:textSize="12dp"
|
|
|
- android:text="@string/coin"
|
|
|
+ <com.swago.baseswago.cusview.RegularTextView
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"/>
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="@string/coin"
|
|
|
+ android:textColor="#828C9D"
|
|
|
+ android:textSize="12dp" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/llDiamonds"
|
|
|
- app:layout_constraintStart_toEndOf="@+id/llCoin"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintBottom_toBottomOf="@+id/ivBg"
|
|
|
- android:layout_marginBottom="40dp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="24dp"
|
|
|
android:gravity="center"
|
|
|
android:orientation="vertical"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintStart_toEndOf="@+id/llCoin"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/ivAvatar">
|
|
|
|
|
|
- <TextView
|
|
|
+ <com.swago.baseswago.cusview.MediumTextView
|
|
|
android:id="@+id/tvDiamonds"
|
|
|
- android:textSize="24dp"
|
|
|
- android:textColor="#000"
|
|
|
- tools:text="24"
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"/>
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:textColor="#435568"
|
|
|
+ android:textSize="24dp"
|
|
|
+ tools:text="24" />
|
|
|
|
|
|
- <TextView
|
|
|
- android:textColor="#868686"
|
|
|
- android:textSize="12dp"
|
|
|
- android:text="@string/diamond"
|
|
|
+ <com.swago.baseswago.cusview.RegularTextView
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"/>
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="@string/diamond"
|
|
|
+ android:textColor="#828C9D"
|
|
|
+ android:textSize="12dp" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:background="@drawable/shape_white_top_20"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/llFollow"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- android:orientation="vertical"
|
|
|
- android:layout_marginTop="20dp"
|
|
|
+ <androidx.constraintlayout.widget.ConstraintLayout
|
|
|
+ android:id="@+id/frameLayout"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="0dp">
|
|
|
+ android:layout_height="80dp"
|
|
|
+ android:layout_marginStart="16dp"
|
|
|
+ android:layout_marginTop="21dp"
|
|
|
+ android:layout_marginEnd="16dp"
|
|
|
+ android:background="@drawable/shape_white_20"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/llFollow">
|
|
|
+
|
|
|
+ <com.swago.baseswago.cusview.RegularTextView
|
|
|
+ android:id="@+id/tvXLevel"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:drawableTop="@mipmap/icon_my_level"
|
|
|
+ android:drawablePadding="2dp"
|
|
|
+ android:text="@string/level"
|
|
|
+ android:textColor="#131B23"
|
|
|
+ android:textSize="12dp"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintEnd_toStartOf="@+id/tvXTopUp"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/tvItemLevel"
|
|
|
- android:layout_marginTop="20dp"
|
|
|
- android:drawablePadding="5dp"
|
|
|
- android:paddingStart="20dp"
|
|
|
- android:paddingEnd="20dp"
|
|
|
- android:textColor="#000"
|
|
|
- android:textSize="16dp"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:text="@string/my_level"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="50dp"
|
|
|
- android:drawableStart="@mipmap/item_level"
|
|
|
- android:drawableEnd="@mipmap/more_small" />
|
|
|
+ <com.swago.baseswago.cusview.RegularTextView
|
|
|
+ android:id="@+id/tvXTopUp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:drawableTop="@mipmap/icon_my_topup"
|
|
|
+ android:drawablePadding="2dp"
|
|
|
+ android:text="@string/top_up"
|
|
|
+ android:textColor="#131B23"
|
|
|
+ android:textSize="12dp"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintEnd_toStartOf="@+id/tvXWithdrawal"
|
|
|
+ app:layout_constraintStart_toEndOf="@+id/tvXLevel"
|
|
|
+ app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/tvRecharge"
|
|
|
- android:drawablePadding="5dp"
|
|
|
- android:paddingStart="20dp"
|
|
|
- android:paddingEnd="20dp"
|
|
|
- android:textColor="#000"
|
|
|
- android:textSize="16dp"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:text="@string/top_up_center"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="50dp"
|
|
|
- android:drawableStart="@mipmap/topup"
|
|
|
- android:drawableEnd="@mipmap/more_small" />
|
|
|
+ <com.swago.baseswago.cusview.RegularTextView
|
|
|
+ android:id="@+id/tvXWithdrawal"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:drawableTop="@mipmap/icon_my_withdrawal"
|
|
|
+ android:drawablePadding="2dp"
|
|
|
+ android:text="@string/withdrawal"
|
|
|
+ android:textColor="#131B23"
|
|
|
+ android:textSize="12dp"
|
|
|
+ android:visibility="gone"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintEnd_toStartOf="@+id/tvXTaskCenter"
|
|
|
+ app:layout_constraintStart_toEndOf="@+id/tvXTopUp"
|
|
|
+ app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/tvTask"
|
|
|
- android:drawablePadding="5dp"
|
|
|
- android:paddingStart="20dp"
|
|
|
- android:paddingEnd="20dp"
|
|
|
- android:textColor="#000"
|
|
|
- android:textSize="16dp"
|
|
|
- android:gravity="center_vertical"
|
|
|
+ <com.swago.baseswago.cusview.RegularTextView
|
|
|
+ android:id="@+id/tvXTaskCenter"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:drawableTop="@mipmap/icon_my_task"
|
|
|
+ android:drawablePadding="2dp"
|
|
|
android:text="@string/task_center"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="50dp"
|
|
|
- android:drawableStart="@mipmap/task"
|
|
|
- android:drawableEnd="@mipmap/more_small" />
|
|
|
+ android:textColor="#131B23"
|
|
|
+ android:textSize="12dp"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintStart_toEndOf="@+id/tvXWithdrawal"
|
|
|
+ app:layout_constraintTop_toTopOf="parent" />
|
|
|
+
|
|
|
|
|
|
+ </androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
|
|
|
- <TextView
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="0dp"
|
|
|
+ android:layout_marginTop="20dp"
|
|
|
+ android:orientation="vertical"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/frameLayout">
|
|
|
+
|
|
|
+ <com.swago.baseswago.cusview.MediumTextView
|
|
|
android:id="@+id/tvBlackList"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:drawableStart="@mipmap/icon_mine_black"
|
|
|
+ android:drawableEnd="@mipmap/more_small"
|
|
|
android:drawablePadding="5dp"
|
|
|
+ android:gravity="center_vertical"
|
|
|
android:paddingStart="20dp"
|
|
|
android:paddingEnd="20dp"
|
|
|
- android:textColor="#000"
|
|
|
- android:textSize="16dp"
|
|
|
- android:gravity="center_vertical"
|
|
|
android:text="@string/blacklist"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="50dp"
|
|
|
- android:drawableStart="@mipmap/task"
|
|
|
- android:drawableEnd="@mipmap/more_small" />
|
|
|
+ android:textColor="#000"
|
|
|
+ android:textSize="16dp" />
|
|
|
|
|
|
|
|
|
- <TextView
|
|
|
+ <com.swago.baseswago.cusview.MediumTextView
|
|
|
android:id="@+id/tvCustomService"
|
|
|
- android:drawablePadding="5dp"
|
|
|
- android:paddingStart="20dp"
|
|
|
- android:paddingEnd="20dp"
|
|
|
- android:textColor="#000"
|
|
|
- android:textSize="16dp"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:text="@string/contact_service"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="50dp"
|
|
|
- android:drawableStart="@mipmap/task"
|
|
|
- android:drawableEnd="@mipmap/more_small" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tvTopup"
|
|
|
+ android:drawableStart="@mipmap/icon_mine_custom"
|
|
|
+ android:drawableEnd="@mipmap/more_small"
|
|
|
android:drawablePadding="5dp"
|
|
|
+ android:gravity="center_vertical"
|
|
|
android:paddingStart="20dp"
|
|
|
android:paddingEnd="20dp"
|
|
|
+ android:text="@string/contact_service"
|
|
|
android:textColor="#000"
|
|
|
- android:textSize="16dp"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:text="充值"
|
|
|
+ android:textSize="16dp" />
|
|
|
+
|
|
|
+ <com.swago.baseswago.cusview.MediumTextView
|
|
|
+ android:id="@+id/tvSetting"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="50dp"
|
|
|
- android:visibility="gone"
|
|
|
- android:drawableStart="@mipmap/task"
|
|
|
- android:drawableEnd="@mipmap/more_small" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tvWithDraw"
|
|
|
+ android:drawableStart="@mipmap/icon_mine_setting"
|
|
|
+ android:drawableEnd="@mipmap/more_small"
|
|
|
android:drawablePadding="5dp"
|
|
|
+ android:gravity="center_vertical"
|
|
|
android:paddingStart="20dp"
|
|
|
android:paddingEnd="20dp"
|
|
|
+ android:text="@string/app_settings"
|
|
|
android:textColor="#000"
|
|
|
- android:textSize="16dp"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:text="提现"
|
|
|
- android:visibility="gone"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="50dp"
|
|
|
- android:drawableStart="@mipmap/task"
|
|
|
- android:drawableEnd="@mipmap/more_small" />
|
|
|
+ android:textSize="16dp" />
|
|
|
+
|
|
|
|
|
|
</LinearLayout>
|
|
|
|