|
@@ -59,67 +59,17 @@
|
|
|
android:layout_marginBottom="32dp"
|
|
android:layout_marginBottom="32dp"
|
|
|
android:background="@drawable/module_me_bg_rules_card"
|
|
android:background="@drawable/module_me_bg_rules_card"
|
|
|
android:orientation="vertical"
|
|
android:orientation="vertical"
|
|
|
|
|
+ android:padding="20dp"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
app:layout_constraintTop_toBottomOf="@id/clTopBar">
|
|
app:layout_constraintTop_toBottomOf="@id/clTopBar">
|
|
|
|
|
|
|
|
- <androidx.core.widget.NestedScrollView
|
|
|
|
|
|
|
+ <com.yc.baselibrary.view.X5WebView
|
|
|
|
|
+ android:id="@+id/webView"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
- android:fillViewport="true"
|
|
|
|
|
- android:padding="20dp">
|
|
|
|
|
-
|
|
|
|
|
- <LinearLayout
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:orientation="vertical">
|
|
|
|
|
-
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:lineSpacingExtra="8dp"
|
|
|
|
|
- android:text="点"邀请收益"下角的二维码或者微信等分享链接,别人扫码下载自动绑定你的名下,你额外获得他充值额的4%积分,他的下级充值,你获得其充值额的1%积分。积分满百元可提现。"
|
|
|
|
|
- android:textColor="#A16850"
|
|
|
|
|
- android:textSize="15sp" />
|
|
|
|
|
-
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:layout_marginTop="16dp"
|
|
|
|
|
- android:lineSpacingExtra="8dp"
|
|
|
|
|
- android:text="用户也可以手动输入邀请码绑定,让用户点"我的"→"账户安全"→"绑定关系"输入邀请码即可。"
|
|
|
|
|
- android:textColor="#A16850"
|
|
|
|
|
- android:textSize="15sp" />
|
|
|
|
|
-
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:layout_marginTop="16dp"
|
|
|
|
|
- android:lineSpacingExtra="8dp"
|
|
|
|
|
- android:text="每个人的邀请码就是自己的甜咖ID号。"
|
|
|
|
|
- android:textColor="#A16850"
|
|
|
|
|
- android:textSize="15sp" />
|
|
|
|
|
-
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:layout_marginTop="16dp"
|
|
|
|
|
- android:lineSpacingExtra="8dp"
|
|
|
|
|
- android:text="举例:A邀请B,B邀请C,那么C充值100元,B得一级分享收益4元,A得二级分享收益1元。"
|
|
|
|
|
- android:textColor="#A16850"
|
|
|
|
|
- android:textSize="15sp" />
|
|
|
|
|
-
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:layout_marginTop="16dp"
|
|
|
|
|
- android:lineSpacingExtra="8dp"
|
|
|
|
|
- android:text="注意:绑定关系一旦生效,暂时无法解除。具体联系官方客服"
|
|
|
|
|
- android:textColor="#A16850"
|
|
|
|
|
- android:textSize="15sp" />
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
- </androidx.core.widget.NestedScrollView>
|
|
|
|
|
|
|
+ android:background="@android:color/transparent" />
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|