| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268 |
- <?xml version="1.0" encoding="utf-8"?>
- <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@color/white_f8f8f8"
- tools:context=".presentation.mine.BangfuzhongxinActivity_copy">
- <ScrollView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:scrollbars="none"
- >
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="171dp"
- android:background="@mipmap/mine_bg_220620"
- android:orientation="horizontal"
- android:paddingLeft="16dp"
- android:paddingTop="50dp"
- android:paddingRight="16dp">
- <ImageView
- android:id="@+id/iv_avatar"
- android:layout_width="51dp"
- android:layout_height="51dp"
- android:src="@mipmap/mine_user_220620" />
- <TextView
- android:id="@+id/tv_nickname"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:ellipsize="end"
- android:maxEms="6"
- android:singleLine="true"
- android:textColor="@color/white"
- android:textSize="16sp"
- android:layout_toRightOf="@+id/iv_avatar"
- android:layout_marginRight="16dp"
- android:layout_alignTop="@+id/iv_avatar"
- android:layout_marginLeft="16dp"
- />
- <TextView
- android:id="@+id/tv_phone"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="9dp"
- android:textColor="@color/white"
- android:textSize="12sp"
- android:layout_alignLeft="@+id/tv_nickname"
- android:layout_alignBottom="@+id/iv_avatar"
- />
- <ImageView
- android:id="@+id/imgv_user"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:src="@mipmap/user"
- android:layout_toRightOf="@+id/tv_nickname"
- />
- <TextView
- android:id="@+id/tv_member"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_toRightOf="@+id/imgv_user"
- android:layout_marginLeft="@dimen/dp_4"
- android:text="用户"
- android:paddingLeft="12dp"
- android:paddingRight="12dp"
- android:paddingTop="2dp"
- android:paddingBottom="2dp"
- android:background="@drawable/shape_line_member"
- android:textColor="@color/white"
- android:textSize="12sp"
- android:textStyle="bold"
- android:visibility="gone"
- />
- </RelativeLayout>
- <androidx.constraintlayout.widget.ConstraintLayout
- android:id="@+id/constraint_layout"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="16dp"
- android:layout_marginTop="133dp"
- android:layout_marginRight="16dp"
- android:background="@drawable/shape_line_hui"
- >
- <LinearLayout
- android:id="@+id/ll_annuity"
- android:layout_width="wrap_content"
- android:layout_height="76dp"
- android:gravity="center"
- app:layout_constraintLeft_toLeftOf="parent"
- app:layout_constraintRight_toLeftOf="@+id/ll_my_commission"
- app:layout_constraintTop_toTopOf="parent"
- android:orientation="vertical">
- <TextView
- android:id="@+id/tv_annuity"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="0"
- android:textColor="@color/black_333333"
- android:textSize="18sp" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="4dp"
- android:text="@string/yanglaojin"
- android:textColor="@color/black_333333"
- android:textSize="13sp" />
- </LinearLayout>
- <LinearLayout
- android:id="@+id/ll_my_commission"
- android:layout_width="wrap_content"
- android:layout_height="76dp"
- android:gravity="center"
- app:layout_constraintLeft_toRightOf="@+id/ll_annuity"
- app:layout_constraintRight_toLeftOf="@+id/ll_my_integral"
- app:layout_constraintTop_toTopOf="@+id/ll_annuity"
- android:orientation="vertical">
- <TextView
- android:id="@+id/tv_my_commission"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="0"
- android:textColor="@color/black_333333"
- android:textSize="18sp" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="4dp"
- android:text="@string/my_commission"
- android:textColor="@color/black_333333"
- android:textSize="13sp" />
- </LinearLayout>
- <LinearLayout
- android:id="@+id/ll_my_integral"
- android:layout_width="wrap_content"
- android:layout_height="76dp"
- android:gravity="center"
- app:layout_constraintLeft_toRightOf="@+id/ll_my_commission"
- app:layout_constraintRight_toRightOf="parent"
- app:layout_constraintTop_toTopOf="@+id/ll_annuity"
- android:orientation="vertical">
- <TextView
- android:id="@+id/tv_my_integral"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="0"
- android:textColor="@color/black_333333"
- android:textSize="18sp" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="4dp"
- android:text="@string/my_integral"
- android:textColor="@color/black_333333"
- android:textSize="13sp" />
- </LinearLayout>
- <LinearLayout
- android:id="@+id/ll_red_integral"
- android:layout_width="wrap_content"
- android:layout_height="76dp"
- android:gravity="center"
- app:layout_constraintLeft_toLeftOf="parent"
- app:layout_constraintTop_toBottomOf="@+id/ll_annuity"
- app:layout_constraintRight_toLeftOf="@+id/ll_team_count"
- android:orientation="vertical">
- <TextView
- android:id="@+id/tv_red_integral"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="0"
- android:textColor="@color/black_333333"
- android:textSize="18sp" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="4dp"
- android:text="@string/red_integral"
- android:textColor="@color/black_333333"
- android:textSize="13sp" />
- </LinearLayout>
- <LinearLayout
- android:id="@+id/ll_team_count"
- android:layout_width="wrap_content"
- android:layout_height="76dp"
- android:gravity="center"
- app:layout_constraintLeft_toRightOf="@+id/ll_red_integral"
- app:layout_constraintRight_toRightOf="parent"
- app:layout_constraintTop_toTopOf="@+id/ll_red_integral"
- android:orientation="vertical">
- <TextView
- android:id="@+id/tv_team_count"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="0"
- android:textColor="@color/black_333333"
- android:textSize="18sp" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="4dp"
- android:text="@string/team_count"
- android:textColor="@color/black_333333"
- android:textSize="13sp" />
- </LinearLayout>
- </androidx.constraintlayout.widget.ConstraintLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_below="@+id/constraint_layout"
- android:background="@color/white_f8f8f8"
- android:paddingLeft="16dp"
- android:paddingRight="16dp"
- android:layout_marginTop="8dp"
- android:orientation="vertical"
- >
- <TextView
- android:id="@+id/tv_rules"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:padding="16dp"
- android:gravity="center_vertical"
- android:background="@drawable/shape_line_hui"
- android:textSize="14sp"
- android:textColor="@color/black_333333"
- android:minLines="15"
- />
- <TextView
- android:id="@+id/tv_update"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="立即开通"
- android:textColor="@color/white"
- android:textSize="14sp"
- android:layout_marginBottom="16dp"
- android:paddingLeft="16dp"
- android:paddingRight="16dp"
- android:paddingBottom="4dp"
- android:paddingTop="4dp"
- android:background="@drawable/shape_fe0032_50dp"
- android:layout_gravity="center_horizontal"
- android:layout_marginTop="16dp"
- />
- </LinearLayout>
- </RelativeLayout>
- </ScrollView>
- </RelativeLayout>
|