充值页风控提示语

This commit is contained in:
oujunhui
2020-10-28 17:38:33 +08:00
parent 941d95bda4
commit 73543d7deb

View File

@@ -53,6 +53,7 @@
<androidx.core.widget.NestedScrollView <androidx.core.widget.NestedScrollView
android:id="@+id/nsv_charge"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_below="@id/tv_gold" android:layout_below="@id/tv_gold"
@@ -260,10 +261,21 @@
/> />
</LinearLayout> </LinearLayout>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="如有任何问题咨询客服微信:xingqiu66kefu"
android:textColor="@color/appColor"
android:layout_gravity="center_horizontal"
android:textSize="@dimen/sp_12"
android:layout_marginBottom="@dimen/dp_10"
/>
</LinearLayout> </LinearLayout>
</androidx.core.widget.NestedScrollView> </androidx.core.widget.NestedScrollView>
</RelativeLayout> </RelativeLayout>