204 lines
8.5 KiB
XML
204 lines
8.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical"
|
|
android:background="@drawable/bg_top_open_member"
|
|
>
|
|
|
|
<com.ck.ckcollar.app.widget.CKLinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"
|
|
android:paddingHorizontal="20dp"
|
|
android:paddingTop="96dp"
|
|
>
|
|
|
|
<com.ck.ckcollar.app.widget.CKTextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:textSize="16sp"
|
|
android:textColor="@color/textColor"
|
|
android:textStyle="bold"
|
|
android:text="@string/pet_member"
|
|
></com.ck.ckcollar.app.widget.CKTextView>
|
|
|
|
<HorizontalScrollView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:scrollbars="none"
|
|
android:layout_marginBottom="18dp"
|
|
android:layout_marginTop="10dp"
|
|
>
|
|
<com.ck.ckcollar.app.widget.CKLinearLayout
|
|
android:id="@+id/content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal"
|
|
></com.ck.ckcollar.app.widget.CKLinearLayout>
|
|
|
|
</HorizontalScrollView>
|
|
|
|
<com.ck.ckcollar.app.widget.CKTextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:textColor="@color/textColor"
|
|
android:textStyle="bold"
|
|
android:textSize="16sp"
|
|
android:text="@string/select_payment_method"
|
|
android:layout_marginBottom="10dp"
|
|
></com.ck.ckcollar.app.widget.CKTextView>
|
|
|
|
<com.ck.ckcollar.app.widget.CKLinearLayout
|
|
android:id="@+id/btnAli"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="50dp"
|
|
android:orientation="horizontal"
|
|
android:paddingHorizontal="20dp"
|
|
android:background="@drawable/bg_view_gray_radius_12_stroke_1"
|
|
android:gravity="center_vertical"
|
|
>
|
|
|
|
<com.ck.ckcollar.app.widget.CKImageView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@mipmap/image_ali"
|
|
></com.ck.ckcollar.app.widget.CKImageView>
|
|
|
|
<com.ck.ckcollar.app.widget.CKTextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:textSize="14sp"
|
|
android:textColor="@color/textColor"
|
|
android:text="@string/alipay"
|
|
android:paddingLeft="8dp"
|
|
></com.ck.ckcollar.app.widget.CKTextView>
|
|
<com.ck.ckcollar.app.widget.CKImageView
|
|
android:id="@+id/image1"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@mipmap/image_address_check_select"
|
|
></com.ck.ckcollar.app.widget.CKImageView>
|
|
</com.ck.ckcollar.app.widget.CKLinearLayout>
|
|
|
|
<com.ck.ckcollar.app.widget.CKLinearLayout
|
|
android:id="@+id/btnWX"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="50dp"
|
|
android:orientation="horizontal"
|
|
android:paddingHorizontal="20dp"
|
|
android:background="@drawable/bg_view_gray_radius_12_stroke_1"
|
|
android:gravity="center_vertical"
|
|
android:layout_marginTop="10dp"
|
|
android:visibility="gone"
|
|
>
|
|
|
|
<com.ck.ckcollar.app.widget.CKImageView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@mipmap/image_wx"
|
|
></com.ck.ckcollar.app.widget.CKImageView>
|
|
|
|
<com.ck.ckcollar.app.widget.CKTextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:textSize="14sp"
|
|
android:textColor="@color/textColor"
|
|
android:text="@string/wechat_pay"
|
|
android:paddingLeft="8dp"
|
|
></com.ck.ckcollar.app.widget.CKTextView>
|
|
<com.ck.ckcollar.app.widget.CKImageView
|
|
android:id="@+id/image2"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@mipmap/image_address_check_narmal"
|
|
></com.ck.ckcollar.app.widget.CKImageView>
|
|
</com.ck.ckcollar.app.widget.CKLinearLayout>
|
|
|
|
<com.ck.ckcollar.app.widget.CKLinearLayout
|
|
android:id="@+id/btnBalance"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="50dp"
|
|
android:orientation="horizontal"
|
|
android:paddingHorizontal="20dp"
|
|
android:background="@drawable/bg_view_gray_radius_12_stroke_1"
|
|
android:gravity="center_vertical"
|
|
android:layout_marginTop="10dp"
|
|
>
|
|
|
|
<com.ck.ckcollar.app.widget.CKImageView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@mipmap/image_balance"></com.ck.ckcollar.app.widget.CKImageView>
|
|
|
|
<com.ck.ckcollar.app.widget.CKTextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:textSize="14sp"
|
|
android:textColor="@color/textColor"
|
|
android:text="@string/balance"
|
|
android:paddingLeft="8dp"
|
|
></com.ck.ckcollar.app.widget.CKTextView>
|
|
<com.ck.ckcollar.app.widget.CKImageView
|
|
android:id="@+id/image3"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@mipmap/image_address_check_narmal"
|
|
></com.ck.ckcollar.app.widget.CKImageView>
|
|
</com.ck.ckcollar.app.widget.CKLinearLayout>
|
|
|
|
<com.ck.ckcollar.app.widget.CKTextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:textColor="@color/textColor"
|
|
android:textStyle="bold"
|
|
android:textSize="16sp"
|
|
android:text="@string/pet_member_auto_pay"
|
|
android:layout_marginTop="18dp"
|
|
android:layout_marginBottom="10dp"
|
|
android:visibility="gone"
|
|
></com.ck.ckcollar.app.widget.CKTextView>
|
|
|
|
<com.ck.ckcollar.app.widget.CKLinearLayout
|
|
android:id="@+id/btnAuto"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal"
|
|
android:gravity="center_vertical"
|
|
android:paddingRight="20dp"
|
|
android:visibility="gone"
|
|
>
|
|
|
|
<com.ck.ckcollar.app.widget.CKTextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:textSize="16sp"
|
|
android:textColor="@color/textColor"
|
|
android:text="@string/enable_auto_renewal"
|
|
></com.ck.ckcollar.app.widget.CKTextView>
|
|
<com.ck.ckcollar.app.widget.CKImageView
|
|
android:id="@+id/check"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@mipmap/image_address_check_narmal"
|
|
></com.ck.ckcollar.app.widget.CKImageView>
|
|
</com.ck.ckcollar.app.widget.CKLinearLayout>
|
|
|
|
<com.ck.ckcollar.app.widget.CKButton
|
|
android:id="@+id/btnPay"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="40dp"
|
|
android:layout_marginTop="50dp"
|
|
android:background="@drawable/bg_login_button"
|
|
android:text="@string/pay_now"
|
|
android:textColor="@color/buttonTextColor"></com.ck.ckcollar.app.widget.CKButton>
|
|
|
|
|
|
</com.ck.ckcollar.app.widget.CKLinearLayout>
|
|
|
|
|
|
</androidx.core.widget.NestedScrollView> |