Explorar o código

直播功能隐藏已经添加app型号以及版本矫正

hurixing %!s(int64=2) %!d(string=hai) anos
pai
achega
107f92a146

+ 1 - 1
config.gradle

@@ -14,7 +14,7 @@ ext {
             minSdkVersion    : 19,
             targetSdkVersion : 30,
             versionCode      : 15,
-            versionName      : "1.0.15",
+            versionName      : "1.0.0",
     ]
     //androidx配置
     androidx = [

+ 17 - 17
healthconsultation/src/main/java/com/yingyang/healthconsultation/payment/PaymentActivity.kt

@@ -100,7 +100,7 @@ class PaymentActivity : BaseMVVMActivity<ActivityPaymentBinding, PaymentViewMode
         binding {
             backLayout.setOnTouchListener(this@PaymentActivity)
             wechatLayout.setOnTouchListener(this@PaymentActivity)
-            alipayLayout.setOnTouchListener(this@PaymentActivity)
+//            alipayLayout.setOnTouchListener(this@PaymentActivity)
             btnSubmit.setOnTouchListener(this@PaymentActivity)
         }
     }
@@ -113,7 +113,7 @@ class PaymentActivity : BaseMVVMActivity<ActivityPaymentBinding, PaymentViewMode
     override fun onTouch(v: View, event: MotionEvent): Boolean {
         when (event.action) {
             MotionEvent.ACTION_DOWN -> {
-                if (v.id == R.id.backLayout || v.id == R.id.wechatLayout || v.id == R.id.alipayLayout || v.id == R.id.btnSubmit) {
+                if (v.id == R.id.backLayout || v.id == R.id.wechatLayout || v.id == R.id.btnSubmit) {
                     v.startAnimation(getScaleAnimation())
                 }
             }
@@ -132,24 +132,24 @@ class PaymentActivity : BaseMVVMActivity<ActivityPaymentBinding, PaymentViewMode
                         method = "1"
                         binding {
                             wechatLayout.setBackgroundResource(R.drawable.bg_payment_selected)
-                            alipayLayout.setBackgroundResource(R.drawable.bg_payment_unselected)
+//                            alipayLayout.setBackgroundResource(R.drawable.bg_payment_unselected)
                             imageWechatSelected.show(true)
-                            imageAlipaySelected.show(false)
+//                            imageAlipaySelected.show(false)
                         }
                     }
 
-                    R.id.alipayLayout -> {
-                        if (purchaseConsultationBean != null) {
-                            purchaseConsultationBean?.payMethod = "2"
-                        }
-                        method = "2"
-                        binding {
-                            wechatLayout.setBackgroundResource(R.drawable.bg_payment_unselected)
-                            alipayLayout.setBackgroundResource(R.drawable.bg_payment_selected)
-                            imageWechatSelected.show(false)
-                            imageAlipaySelected.show(true)
-                        }
-                    }
+//                    R.id.alipayLayout -> {
+//                        if (purchaseConsultationBean != null) {
+//                            purchaseConsultationBean?.payMethod = "2"
+//                        }
+//                        method = "2"
+//                        binding {
+//                            wechatLayout.setBackgroundResource(R.drawable.bg_payment_unselected)
+//                            alipayLayout.setBackgroundResource(R.drawable.bg_payment_selected)
+//                            imageWechatSelected.show(false)
+//                            imageAlipaySelected.show(true)
+//                        }
+//                    }
 
                     R.id.btnSubmit -> {
                         if (CommonUtils.isFastClick) {
@@ -160,7 +160,7 @@ class PaymentActivity : BaseMVVMActivity<ActivityPaymentBinding, PaymentViewMode
             }
 
             MotionEvent.ACTION_CANCEL -> {
-                if (v.id == R.id.backLayout || v.id == R.id.wechatLayout || v.id == R.id.alipayLayout || v.id == R.id.btnSubmit) {
+                if (v.id == R.id.backLayout || v.id == R.id.wechatLayout || v.id == R.id.btnSubmit) {
                     v.startAnimation(getEndAnimation())
                 }
             }

+ 38 - 38
healthconsultation/src/main/res/layout/activity_payment.xml

@@ -194,47 +194,47 @@
                         app:layout_constraintEnd_toEndOf="parent" />
                 </androidx.constraintlayout.widget.ConstraintLayout>
 
-                <androidx.constraintlayout.widget.ConstraintLayout
-                    android:id="@+id/alipayLayout"
-                    android:layout_width="@dimen/divider_371px"
-                    android:layout_height="@dimen/divider_90px"
-                    android:layout_marginStart="@dimen/divider_29px"
-                    android:layout_marginTop="@dimen/divider_16px"
-                    android:background="@drawable/bg_payment_unselected"
-                    app:layout_constraintStart_toEndOf="@+id/wechatLayout"
-                    app:layout_constraintTop_toBottomOf="@+id/tvPayment">
+<!--                <androidx.constraintlayout.widget.ConstraintLayout-->
+<!--                    android:id="@+id/alipayLayout"-->
+<!--                    android:layout_width="@dimen/divider_371px"-->
+<!--                    android:layout_height="@dimen/divider_90px"-->
+<!--                    android:layout_marginStart="@dimen/divider_29px"-->
+<!--                    android:layout_marginTop="@dimen/divider_16px"-->
+<!--                    android:background="@drawable/bg_payment_unselected"-->
+<!--                    app:layout_constraintStart_toEndOf="@+id/wechatLayout"-->
+<!--                    app:layout_constraintTop_toBottomOf="@+id/tvPayment">-->
 
-                    <androidx.appcompat.widget.AppCompatImageView
-                        android:id="@+id/imageAlipay"
-                        android:layout_width="@dimen/divider_61px"
-                        android:layout_height="@dimen/divider_61px"
-                        android:layout_marginStart="@dimen/divider_82px"
-                        android:background="@mipmap/icon_alipay_ment"
-                        android:scaleType="centerInside"
-                        app:layout_constraintBottom_toBottomOf="parent"
-                        app:layout_constraintStart_toStartOf="parent"
-                        app:layout_constraintTop_toTopOf="parent" />
+<!--                    <androidx.appcompat.widget.AppCompatImageView-->
+<!--                        android:id="@+id/imageAlipay"-->
+<!--                        android:layout_width="@dimen/divider_61px"-->
+<!--                        android:layout_height="@dimen/divider_61px"-->
+<!--                        android:layout_marginStart="@dimen/divider_82px"-->
+<!--                        android:background="@mipmap/icon_alipay_ment"-->
+<!--                        android:scaleType="centerInside"-->
+<!--                        app:layout_constraintBottom_toBottomOf="parent"-->
+<!--                        app:layout_constraintStart_toStartOf="parent"-->
+<!--                        app:layout_constraintTop_toTopOf="parent" />-->
 
-                    <androidx.appcompat.widget.AppCompatTextView
-                        android:layout_width="wrap_content"
-                        android:layout_height="wrap_content"
-                        android:layout_marginStart="@dimen/divider_9px"
-                        android:text="@string/alipay_payment"
-                        android:textColor="@color/color_FF333333"
-                        android:textSize="@dimen/divider_28px"
-                        app:layout_constraintBottom_toBottomOf="parent"
-                        app:layout_constraintStart_toEndOf="@+id/imageAlipay"
-                        app:layout_constraintTop_toTopOf="parent" />
+<!--                    <androidx.appcompat.widget.AppCompatTextView-->
+<!--                        android:layout_width="wrap_content"-->
+<!--                        android:layout_height="wrap_content"-->
+<!--                        android:layout_marginStart="@dimen/divider_9px"-->
+<!--                        android:text="@string/alipay_payment"-->
+<!--                        android:textColor="@color/color_FF333333"-->
+<!--                        android:textSize="@dimen/divider_28px"-->
+<!--                        app:layout_constraintBottom_toBottomOf="parent"-->
+<!--                        app:layout_constraintStart_toEndOf="@+id/imageAlipay"-->
+<!--                        app:layout_constraintTop_toTopOf="parent" />-->
 
-                    <androidx.appcompat.widget.AppCompatImageView
-                        android:id="@+id/imageAlipaySelected"
-                        android:layout_width="@dimen/divider_57px"
-                        android:layout_height="@dimen/divider_48px"
-                        android:background="@mipmap/icon_payment_selected"
-                        android:visibility="gone"
-                        app:layout_constraintBottom_toBottomOf="parent"
-                        app:layout_constraintEnd_toEndOf="parent" />
-                </androidx.constraintlayout.widget.ConstraintLayout>
+<!--                    <androidx.appcompat.widget.AppCompatImageView-->
+<!--                        android:id="@+id/imageAlipaySelected"-->
+<!--                        android:layout_width="@dimen/divider_57px"-->
+<!--                        android:layout_height="@dimen/divider_48px"-->
+<!--                        android:background="@mipmap/icon_payment_selected"-->
+<!--                        android:visibility="gone"-->
+<!--                        app:layout_constraintBottom_toBottomOf="parent"-->
+<!--                        app:layout_constraintEnd_toEndOf="parent" />-->
+<!--                </androidx.constraintlayout.widget.ConstraintLayout>-->
 
                 <androidx.appcompat.widget.AppCompatButton
                     android:id="@+id/btnSubmit"

+ 18 - 18
home/src/main/res/layout/activity_home.xml

@@ -94,24 +94,24 @@
                     app:layout_constraintStart_toStartOf="parent"
                     tools:ignore="MissingConstraints">
 
-                    <androidx.appcompat.widget.AppCompatImageView
-                        android:layout_width="@dimen/divider_68px"
-                        android:layout_height="@dimen/divider_65px"
-                        android:layout_marginTop="@dimen/divider_18px"
-                        android:scaleType="centerInside"
-                        android:src="@mipmap/icon_live_broadcast" />
-
-                    <androidx.appcompat.widget.AppCompatTextView
-                        android:layout_width="@dimen/divider_122px"
-                        android:layout_height="@dimen/divider_42px"
-                        android:layout_marginTop="@dimen/divider_18px"
-                        android:background="@mipmap/icon_home_text"
-                        android:gravity="center"
-                        android:lineHeight="@dimen/divider_33px"
-                        android:text="@string/live_broadcast"
-                        android:textColor="@android:color/white"
-                        android:textSize="@dimen/divider_24px"
-                        android:textStyle="bold" />
+<!--                    <androidx.appcompat.widget.AppCompatImageView-->
+<!--                        android:layout_width="@dimen/divider_68px"-->
+<!--                        android:layout_height="@dimen/divider_65px"-->
+<!--                        android:layout_marginTop="@dimen/divider_18px"-->
+<!--                        android:scaleType="centerInside"-->
+<!--                        android:src="@mipmap/icon_live_broadcast" />-->
+
+<!--                    <androidx.appcompat.widget.AppCompatTextView-->
+<!--                        android:layout_width="@dimen/divider_122px"-->
+<!--                        android:layout_height="@dimen/divider_42px"-->
+<!--                        android:layout_marginTop="@dimen/divider_18px"-->
+<!--                        android:background="@mipmap/icon_home_text"-->
+<!--                        android:gravity="center"-->
+<!--                        android:lineHeight="@dimen/divider_33px"-->
+<!--                        android:text="@string/live_broadcast"-->
+<!--                        android:textColor="@android:color/white"-->
+<!--                        android:textSize="@dimen/divider_24px"-->
+<!--                        android:textStyle="bold" />-->
 
                 </LinearLayout>
 

+ 28 - 1
login/src/main/res/layout/activity_login.xml

@@ -21,7 +21,8 @@
             app:layout_constraintEnd_toStartOf="@id/loginLayout"
             app:layout_constraintHorizontal_weight="1"
             app:layout_constraintStart_toStartOf="parent"
-            app:layout_constraintTop_toTopOf="parent">
+            app:layout_constraintTop_toTopOf="parent"
+            app:layout_constraintVertical_bias="0.0">
 
             <androidx.appcompat.widget.AppCompatImageView
                 android:id="@+id/appImage"
@@ -35,6 +36,7 @@
                 app:layout_constraintTop_toTopOf="parent" />
 
             <androidx.appcompat.widget.AppCompatTextView
+                android:id="@+id/appName"
                 android:layout_width="wrap_content"
                 android:layout_height="wrap_content"
                 android:layout_marginTop="@dimen/divider_20px"
@@ -46,6 +48,31 @@
                 app:layout_constraintStart_toStartOf="parent"
                 app:layout_constraintTop_toBottomOf="@+id/appImage" />
 
+            <androidx.appcompat.widget.AppCompatTextView
+                android:id="@+id/appModel"
+                android:layout_width="wrap_content"
+                android:layout_height="wrap_content"
+                android:layout_marginTop="@dimen/divider_20px"
+                android:text="@string/app_model"
+                android:textColor="@android:color/white"
+                android:textSize="@dimen/divider_20px"
+                android:textStyle="bold"
+                app:layout_constraintEnd_toEndOf="parent"
+                app:layout_constraintStart_toStartOf="parent"
+                app:layout_constraintTop_toBottomOf="@+id/appName" />
+
+            <androidx.appcompat.widget.AppCompatTextView
+                android:layout_width="wrap_content"
+                android:layout_height="wrap_content"
+                android:layout_marginTop="@dimen/divider_20px"
+                android:text="@string/app_version"
+                android:textColor="@android:color/white"
+                android:textSize="@dimen/divider_20px"
+                android:textStyle="bold"
+                app:layout_constraintEnd_toEndOf="parent"
+                app:layout_constraintStart_toStartOf="parent"
+                app:layout_constraintTop_toBottomOf="@+id/appModel" />
+
         </androidx.constraintlayout.widget.ConstraintLayout>
 
         <androidx.constraintlayout.widget.ConstraintLayout

+ 2 - 0
login/src/main/res/values/strings.xml

@@ -8,4 +8,6 @@
     <string name="account_phone" tools:ignore="ResourceName">手机号登录</string>
     <string name="future_dolphin_awareness_platform" tools:ignore="ResourceName">未来蓝豚认知平台</string>
     <string name="get_verification_code" tools:ignore="ResourceName">获取验证码</string>
+    <string name="app_model" tools:ignore="ResourceName">型号:YR-DTX-EP-01</string>
+    <string name="app_version" tools:ignore="ResourceName">版本:V1.0.0</string>
 </resources>

+ 1 - 1
personalcenter/src/main/res/layout/activity_lease_agreement.xml

@@ -104,7 +104,7 @@
                         android:layout_height="wrap_content"
                         android:lineSpacingExtra="@dimen/divider_3px"
                         android:lineSpacingMultiplier="1.2"
-                        android:text="出租方(甲方): 北京耀荣康健医疗科技发展有限公司\n联系人:\n联系电话:"
+                        android:text="出租方(甲方): 长沙耀荣科技有限公司\n联系人:\n联系电话:"
                         android:textColor="@color/color_FF333333"
                         android:textSize="@dimen/divider_20px"
                         app:layout_constraintBottom_toBottomOf="parent"

+ 2 - 2
personalcenter/src/main/res/layout/activity_privacy_agreement.xml

@@ -121,7 +121,7 @@
 
                 <androidx.appcompat.widget.AppCompatTextView
                     style="@style/agreement_content_text"
-                    android:text="&#12288;&#12288;为了向您提供更优质的产品和服务,我们可能需要收集下述信息。 如果您拒绝提供下述信息,不影响您正常使用本条1.2项所描述的本软件业务功能,但我们无法向您提供某些特定功能和服务。
+                    android:text="&#12288;&#12288;为了向您提供更优质的产品和服务,我们可能需要收集下述信息。 如果您拒绝提供下述信息,不影响您正常使用本软件业务功能,但我们无法向您提供某些特定功能和服务。
 \n&#12288;&#12288;定位功能:GPS地址和位置信息,将用于更方便的计算星座信息;当您开启设备定位功能并使用本软件基于位置提供的相关服务时,我们会收集有关您的位置信息。
 \n&#12288;&#12288;麦克风权限、蓝牙权限、摄像头权限:主要用户收听或使用语音服务,认证过程中的面部识别。
 \n&#12288;&#12288;相册权限:用户可使用app默认头像,如用户自主选择头像,我们将调取相册权限,获悉用户头像选择、更换的头像。
@@ -294,7 +294,7 @@
 
                 <androidx.appcompat.widget.AppCompatTextView
                     style="@style/agreement_title_text"
-                    android:text="&#12288;&#12288;【 jiangqian@yingyangfly.com】"
+                    android:text="&#12288;&#12288;【0731-85145638】"
                     android:textSize="@dimen/divider_28px" />
             </LinearLayout>
         </androidx.core.widget.NestedScrollView>

+ 1 - 1
personalcenter/src/main/res/layout/activity_user_agreement.xml

@@ -117,7 +117,7 @@
                     android:layout_marginTop="@dimen/divider_20px"
                     android:lineSpacingExtra="@dimen/divider_5px"
                     android:lineSpacingMultiplier="1.2"
-                    android:text="&#12288;&#12288;1.本系统由邯郸鹰扬科技有限公司(以下简称“鹰扬”我们)负责运营。鹰扬受医疗机构委托,与使用本系统的用户订立本用户协议。在用户(以下简称“您”)使用本系统前,请务必审慎约定、充分理解条款内容,特别是以加粗方式提示您注意的条款。"
+                    android:text="&#12288;&#12288;1.本系统由长沙耀荣科技有限公司(以下简称“耀荣”我们)负责运营。耀荣受医疗机构委托,与使用本系统的用户订立本用户协议。在用户(以下简称“您”)使用本系统前,请务必审慎约定、充分理解条款内容,特别是以加粗方式提示您注意的条款。"
                     android:textColor="@color/color_FF333333"
                     android:textSize="@dimen/divider_28px" />
 

+ 10 - 10
workbenches/src/main/java/com/yingyang/workbenches/dialog/PurchaseServicesDialog.kt

@@ -109,7 +109,7 @@ class PurchaseServicesDialog : DialogFragment() {
         tvPackageMoney = rootView.findViewById(R.id.tvPackageMoney)
         tvPay = rootView.findViewById(R.id.tvPay)
         weChatLayout = rootView.findViewById(R.id.weChatLayout)
-        alipayLayout = rootView.findViewById(R.id.alipayLayout)
+//        alipayLayout = rootView.findViewById(R.id.alipayLayout)
         payImage = rootView.findViewById(R.id.payImage)
         paySuccessBtn = rootView.findViewById(R.id.paySuccessBtn)
         payImage?.show(false)
@@ -135,15 +135,15 @@ class PurchaseServicesDialog : DialogFragment() {
             }
         }
         //支付宝支付
-        alipayLayout?.setOnSingleClickListener {
-            if (mContext != null) {
-                getPayImage(
-                    GetPayImageBean(
-                        packageId, "2", payMoney, packageName, packageType, "B"
-                    )
-                )
-            }
-        }
+//        alipayLayout?.setOnSingleClickListener {
+//            if (mContext != null) {
+//                getPayImage(
+//                    GetPayImageBean(
+//                        packageId, "2", payMoney, packageName, packageType, "B"
+//                    )
+//                )
+//            }
+//        }
         //查询支付状态
         paySuccessBtn?.setOnSingleClickListener {
             if (mContext != null) {

+ 46 - 42
workbenches/src/main/res/layout/dialog_purchase_services.xml

@@ -109,11 +109,11 @@
             <androidx.constraintlayout.widget.ConstraintLayout
                 android:id="@+id/weChatLayout"
                 android:layout_width="0dp"
-                android:layout_height="0dp"
+                android:layout_height="wrap_content"
                 android:layout_marginTop="@dimen/divider_76px"
                 app:layout_constraintBottom_toBottomOf="parent"
-                app:layout_constraintEnd_toStartOf="@id/alipayLayout"
-                app:layout_constraintHorizontal_weight="1"
+                app:layout_constraintEnd_toEndOf="parent"
+                app:layout_constraintHorizontal_bias="0.5"
                 app:layout_constraintStart_toStartOf="parent"
                 app:layout_constraintTop_toBottomOf="@+id/tvPay">
 
@@ -121,57 +121,61 @@
                     android:id="@+id/imageWeChat"
                     android:layout_width="@dimen/divider_106px"
                     android:layout_height="@dimen/divider_88px"
-                    android:background="@mipmap/icon_wechat"
+                    android:src="@mipmap/icon_wechat"
+                    app:layout_constraintBottom_toTopOf="@+id/textViewWeChatPayment"
                     app:layout_constraintEnd_toEndOf="parent"
                     app:layout_constraintStart_toStartOf="parent"
                     app:layout_constraintTop_toTopOf="parent" />
 
                 <androidx.appcompat.widget.AppCompatTextView
+                    android:id="@+id/textViewWeChatPayment"
                     android:layout_width="wrap_content"
                     android:layout_height="wrap_content"
-                    android:layout_marginTop="@dimen/divider_25px"
-                    android:text="@string/wechat_payment"
-                    android:textColor="@color/color_FF333333"
-                    android:textSize="@dimen/divider_28px"
-                    app:layout_constraintEnd_toEndOf="parent"
-                    app:layout_constraintStart_toStartOf="parent"
-                    app:layout_constraintTop_toBottomOf="@+id/imageWeChat" />
-
-            </androidx.constraintlayout.widget.ConstraintLayout>
-
-            <androidx.constraintlayout.widget.ConstraintLayout
-                android:id="@+id/alipayLayout"
-                android:layout_width="0dp"
-                android:layout_height="0dp"
-                android:layout_marginTop="@dimen/divider_76px"
+                    android:layout_marginTop="@dimen/divider_12px"
+                android:text="@string/wechat_payment"
+                android:textColor="@color/color_FF333333"
+                android:textSize="@dimen/divider_28px"
                 app:layout_constraintBottom_toBottomOf="parent"
                 app:layout_constraintEnd_toEndOf="parent"
-                app:layout_constraintHorizontal_weight="1"
-                app:layout_constraintStart_toEndOf="@id/weChatLayout"
-                app:layout_constraintTop_toBottomOf="@+id/tvPay">
-
-                <androidx.appcompat.widget.AppCompatImageView
-                    android:id="@+id/imageAlipay"
-                    android:layout_width="@dimen/divider_90px"
-                    android:layout_height="@dimen/divider_90px"
-                    android:background="@mipmap/icon_alipay"
-                    app:layout_constraintEnd_toEndOf="parent"
-                    app:layout_constraintStart_toStartOf="parent"
-                    app:layout_constraintTop_toTopOf="parent" />
-
-                <androidx.appcompat.widget.AppCompatTextView
-                    android:layout_width="wrap_content"
-                    android:layout_height="wrap_content"
-                    android:layout_marginTop="@dimen/divider_23px"
-                    android:text="@string/alipay_payment"
-                    android:textColor="@color/color_FF333333"
-                    android:textSize="@dimen/divider_28px"
-                    app:layout_constraintEnd_toEndOf="parent"
-                    app:layout_constraintStart_toStartOf="parent"
-                    app:layout_constraintTop_toBottomOf="@+id/imageAlipay" />
+                app:layout_constraintStart_toStartOf="parent"
+                app:layout_constraintTop_toBottomOf="@+id/imageWeChat"
+                app:layout_constraintVertical_chainStyle="packed" /> <!-- 添加Chain约束 -->
 
             </androidx.constraintlayout.widget.ConstraintLayout>
 
+<!--            <androidx.constraintlayout.widget.ConstraintLayout-->
+<!--                android:id="@+id/alipayLayout"-->
+<!--                android:layout_width="0dp"-->
+<!--                android:layout_height="0dp"-->
+<!--                android:layout_marginTop="@dimen/divider_76px"-->
+<!--                app:layout_constraintBottom_toBottomOf="parent"-->
+<!--                app:layout_constraintEnd_toEndOf="parent"-->
+<!--                app:layout_constraintHorizontal_weight="1"-->
+<!--                app:layout_constraintStart_toEndOf="@id/weChatLayout"-->
+<!--                app:layout_constraintTop_toBottomOf="@+id/tvPay">-->
+
+<!--                <androidx.appcompat.widget.AppCompatImageView-->
+<!--                    android:id="@+id/imageAlipay"-->
+<!--                    android:layout_width="@dimen/divider_90px"-->
+<!--                    android:layout_height="@dimen/divider_90px"-->
+<!--                    android:background="@mipmap/icon_alipay"-->
+<!--                    app:layout_constraintEnd_toEndOf="parent"-->
+<!--                    app:layout_constraintStart_toStartOf="parent"-->
+<!--                    app:layout_constraintTop_toTopOf="parent" />-->
+
+<!--                <androidx.appcompat.widget.AppCompatTextView-->
+<!--                    android:layout_width="wrap_content"-->
+<!--                    android:layout_height="wrap_content"-->
+<!--                    android:layout_marginTop="@dimen/divider_23px"-->
+<!--                    android:text="@string/alipay_payment"-->
+<!--                    android:textColor="@color/color_FF333333"-->
+<!--                    android:textSize="@dimen/divider_28px"-->
+<!--                    app:layout_constraintEnd_toEndOf="parent"-->
+<!--                    app:layout_constraintStart_toStartOf="parent"-->
+<!--                    app:layout_constraintTop_toBottomOf="@+id/imageAlipay" />-->
+
+<!--            </androidx.constraintlayout.widget.ConstraintLayout>-->
+
             <androidx.appcompat.widget.AppCompatImageView
                 android:id="@+id/payImage"
                 android:layout_width="@dimen/divider_230px"