123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229 |
- <?xml version="1.0" encoding="utf-8"?>
- <layout 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"
- tools:ignore="ResourceName">
- <LinearLayout
- style="@style/layout_properties_specify_width_geight"
- android:background="@mipmap/icon_uniform_background"
- android:orientation="vertical">
- <androidx.constraintlayout.widget.ConstraintLayout style="@style/layout_properties_specify_width">
- <LinearLayout
- android:id="@+id/backLayout"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:gravity="center"
- android:orientation="horizontal"
- android:paddingStart="@dimen/divider_65px"
- android:paddingTop="@dimen/divider_35px"
- android:paddingEnd="@dimen/divider_5px"
- android:paddingBottom="@dimen/divider_5px"
- app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toTopOf="parent">
- <androidx.appcompat.widget.AppCompatImageView
- android:layout_width="@dimen/divider_48px"
- android:layout_height="@dimen/divider_48px"
- android:background="@mipmap/icon_back" />
- <androidx.appcompat.widget.AppCompatTextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginStart="@dimen/divider_14px"
- android:text="@string/back_pager"
- android:textColor="@android:color/white"
- android:textSize="@dimen/divider_28px"
- android:textStyle="bold" />
- </LinearLayout>
- <TextView
- android:id="@+id/tvTitle"
- android:layout_width="wrap_content"
- android:layout_height="@dimen/divider_68px"
- android:layout_marginTop="@dimen/divider_40px"
- android:background="@drawable/bg_common_head_layout"
- android:gravity="center"
- android:paddingStart="@dimen/divider_51px"
- android:paddingTop="@dimen/divider_10px"
- android:paddingEnd="@dimen/divider_50px"
- android:paddingBottom="@dimen/divider_10px"
- android:text="@string/equipment_lease_agreement"
- android:textColor="@color/color_FF4974FF"
- android:textSize="@dimen/divider_34px"
- android:textStyle="bold"
- app:layout_constraintEnd_toEndOf="parent"
- app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toTopOf="parent" />
- </androidx.constraintlayout.widget.ConstraintLayout>
- <androidx.core.widget.NestedScrollView
- style="@style/layout_properties_specify_width_geight"
- android:layout_marginStart="@dimen/divider_44px"
- android:layout_marginTop="@dimen/divider_57px"
- android:layout_marginEnd="@dimen/divider_50px"
- android:layout_marginBottom="@dimen/divider_62px"
- android:background="@drawable/bg_setting_center">
- <LinearLayout
- style="@style/layout_properties_specify_width"
- android:orientation="vertical"
- android:paddingStart="@dimen/divider_44px"
- android:paddingTop="@dimen/divider_57px"
- android:paddingEnd="@dimen/divider_50px"
- android:paddingBottom="@dimen/divider_109px">
- <androidx.appcompat.widget.AppCompatTextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:text="未来蓝豚居家训练设备租赁协议"
- android:textColor="@color/color_FF333333"
- android:textSize="@dimen/divider_28px"
- android:textStyle="bold" />
- <androidx.appcompat.widget.AppCompatTextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="@dimen/divider_18px"
- android:text="医院:"
- android:textColor="@color/color_FF333333"
- android:textSize="@dimen/divider_28px"
- android:textStyle="bold" />
- <androidx.constraintlayout.widget.ConstraintLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="@dimen/divider_18px">
- <androidx.appcompat.widget.AppCompatTextView
- android:id="@+id/tvOne"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:lineSpacingExtra="@dimen/divider_3px"
- android:lineSpacingMultiplier="1.2"
- android:text="出租方(甲方): 北京耀荣康健医疗科技发展有限公司\n联系人:\n联系电话:"
- android:textColor="@color/color_FF333333"
- android:textSize="@dimen/divider_20px"
- app:layout_constraintBottom_toBottomOf="parent"
- app:layout_constraintEnd_toStartOf="@+id/tvTwo"
- app:layout_constraintHorizontal_chainStyle="spread"
- app:layout_constraintHorizontal_weight="1"
- app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toTopOf="parent" />
- <androidx.appcompat.widget.AppCompatTextView
- android:id="@+id/tvTwo"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:lineSpacingExtra="@dimen/divider_3px"
- android:lineSpacingMultiplier="1.2"
- android:text="承租方(乙方或经办人):\n身份证号:\n联系电话:"
- android:textColor="@color/color_FF333333"
- android:textSize="@dimen/divider_20px"
- app:layout_constraintBottom_toBottomOf="parent"
- app:layout_constraintEnd_toStartOf="@+id/tvThree"
- app:layout_constraintHorizontal_chainStyle="spread"
- app:layout_constraintHorizontal_weight="1"
- app:layout_constraintStart_toEndOf="@+id/tvOne"
- app:layout_constraintTop_toTopOf="parent" />
- <androidx.appcompat.widget.AppCompatTextView
- android:id="@+id/tvThree"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:lineSpacingExtra="@dimen/divider_3px"
- android:lineSpacingMultiplier="1.2"
- android:text="紧急联系人:\n与乙方的关系:\n联系电话:"
- android:textColor="@color/color_FF333333"
- android:textSize="@dimen/divider_20px"
- app:layout_constraintBottom_toBottomOf="parent"
- app:layout_constraintEnd_toEndOf="parent"
- app:layout_constraintHorizontal_chainStyle="spread"
- app:layout_constraintHorizontal_weight="1"
- app:layout_constraintStart_toEndOf="@+id/tvTwo"
- app:layout_constraintTop_toTopOf="parent" />
- </androidx.constraintlayout.widget.ConstraintLayout>
- <androidx.appcompat.widget.AppCompatTextView
- style="@style/agreement_title_text"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="@dimen/divider_36px"
- android:lineSpacingExtra="@dimen/divider_5px"
- android:lineSpacingMultiplier="1.2"
- android:text="  根据《中华人民共和国民法典》及有关规定,为明确甲乙双方权利义务关系,甲乙双方在平等自愿的前提下,经协商-致签订本协议。如乙方在18周岁以下,请在监护人陪同且同意的情况下签署本协议。具体条款如下:"
- android:textColor="@color/color_FF333333"
- android:textSize="@dimen/divider_20px" />
- <androidx.appcompat.widget.AppCompatTextView
- style="@style/agreement_title_text"
- android:text="第一条租赁标的及期限" />
- <androidx.appcompat.widget.AppCompatTextView
- style="@style/agreement_content_text"
- android:text="  1.1 甲方将未来蓝豚居家训练设备提供给乙方使用,从____年____月____日起到____年___月___ 日止交付给乙方使用,租期为_天。\n 租金:_____元(大写_______元整) ;押金:______元(大写_______元整)。" />
- <androidx.appcompat.widget.AppCompatTextView
- style="@style/agreement_title_text"
- android:text="第二条支付方式、发票" />
- <androidx.appcompat.widget.AppCompatTextView
- style="@style/agreement_content_text"
- android:text="  2.1 甲方提供支付宝、微信、银行卡、信用卡等支付方式,乙方应于本合同签订之日一次性支付全额租金和押金。\n  2.2 租赁期限届满,乙方应及时将设备归还甲方,甲方收到设备后经检测确认无损坏后的3个工作日内无息退还押金,如遇节假日则顺延。" />
- <androidx.appcompat.widget.AppCompatTextView
- style="@style/agreement_title_text"
- android:text="第三条租赁期限、续租" />
- <androidx.appcompat.widget.AppCompatTextView
- style="@style/agreement_content_text"
- android:text="  3.1租赁期内,乙方提前终止协议需与甲方达成致,若未经允许擅自终止协议、归还设备,乙方需要按原租期计算租金,不退已交租金,如发生经甲方认可的不可抗力因素导致乙方不能继续租赁,本协议租期自乙方、乙方委托人、紧急联系人或合法继承人归还设备之日终止。\n  3.2租赁期满后,乙方归还设备,经甲方检测并结清费用后,本协议终止。\n  3.3如乙方需续租,可在租赁期满前10个工作日向甲方申请,甲方同意后,甲乙双方另行签订合同,支付租金;或乙方通过租赁设备自行进行续费操作。在续租的情况下,原合同已支付押金直接转为新租赁合同的押金,无需另行支付。续租收费标准如附件1,甲方可能会对续租收费进行调整,如调整,届时还请以续租时展示为准。" />
- <androidx.appcompat.widget.AppCompatTextView
- style="@style/agreement_title_text"
- android:text="第四条甲乙双方权利与义务" />
- <androidx.appcompat.widget.AppCompatTextView
- style="@style/agreement_content_text"
- android:text="  4.1甲方在租赁期间拥有租赁设备的所有权,乙方在租赁期间拥有租赁设备的合法使用权。\n  4.2乙方全额支付租金和押金后,甲方应当向乙方提供运行正常的设备、自然故障的维修及更换,保证设备配置与清单一致。\n  4.3租赁期间因设备正常折旧而导致设备无法正常使用或使用故障、设备自然产生的硬件故障由甲方免费更换,因软件问题导致的使用问题由甲方协助解决。\n  4.4 乙方因不当使用造成租赁设备损坏导致维修的,甲方有权按照陪偿标准价目表(见附件2)从押金中划扣相应费用,乙方应于划扣后3个自然日内补足押金,3日后乙方未补足足押金的,每逾期1日,甲方在结算租金时有权加收乙方未补足押金部分的百分之一。设备维修期间计入乙方租赁期间并正常计费。\n  4.5因乙方原因导致租赁设备失去维修价值或无法维修的,甲方有权直接扣除乙方全部押金作为抵扣。全部押金不足以抵扣租赁设备的,乙方应在甲方提出补偿请求后3个工作日内足额补偿。\n  4.6乙方在租赁期限届满后未归还设备,甲方有权维续按协议约定标准收取相应相金,并有权扣除押金、要求乙方归还相资设备、支付逾期使用设备的租金。" />
- <androidx.appcompat.widget.AppCompatTextView
- style="@style/agreement_title_text"
- android:text="第五条安全权利与义务" />
- <androidx.appcompat.widget.AppCompatTextView
- style="@style/agreement_content_text"
- android:text="  5.1在乙方使用甲方产品与服务的过程中,甲方将采取技术措施和其他必要措施(数据安全技术措施等)尽力保证网络安全、稳定运行,并防范网络违法犯罪活动。同时,乙方应遵守相关法律法规,不应从事违反法律法规的规定或影响网站安全的行为,包括但不限于:违反网络安全规定和危害计算机信息网络安全的活动:如破坏或企图破坏智安全保护措施,对服务及相关软硬件设施进行破解、破坏、删除、修改或者增加的;对计算机信息网络中存储或者传输的数据和应用程序进行删除、修改或者增加的;使用软件或硬件等方式窃取信息数据、非法入侵系统,包括接触未经许可的数据或进入未经许可的服务器、帐户等;故意制作、传播计算机病毒等破坏性程序的;其他危害计算机信息网络安全的活动。\n  5.2依据《网络安全法》、《数据安全法》、《个人信息保护法》等法律法规,甲方依法保障您对个人信息的权益,包含用户知情权、 用户访问权、用户纠正权、用户被遗忘权、用户可携带权、用户拒绝权、用户限制处理权等。\n  5.3未经乙方事先书面同意,甲方不得与甲方以外的任何公司、组织、个人共享、协作、委托处理、转让、公开披露乙方的个人信息。\n  5.4为了向乙方提供更完善、优质的产品和服务,某些服务将由合作方提供,基于乙方的单独同意,甲方仅会出于合法、正当、必要、特 定明确的目的,对乙方的个人信息进行共享或协作,井且只会共享、协作为提供服务所必要的个人信息。 甲方不会共享可以识别身份的个人信息,除非法律法规另有规定。\n  5.5因法律法规、行业要求或其他涉及重大、实质性变更,导致本协议的更新或删减,甲方将依据具体情况以合适的方式通知乙方。" />
- <androidx.appcompat.widget.AppCompatTextView
- style="@style/agreement_title_text"
- android:text="第六条隐私政策" />
- <androidx.appcompat.widget.AppCompatTextView
- style="@style/agreement_content_text"
- android:text="  6.1本协议所指的“隐私“包括《电信和互联网用户个人信息保护规定》第4条规定的用户个人信息内容以及未来不时制定或修订的法律法规中明确规定的隐私应包括的内容。\n  6.2当乙方接受并使用租赁服务时,甲方即认为乙方已仔细阅读并理解、接受本协议,在服务开始后,乙方应提供不小于甲方服务开展所必要的个人信息,在此过程中,甲方承诺不会泄露乙方个人信息,并将履行安全义务,采用有效的安全技术措施保护个人信息和数据。\n  6.3当服务结束时,为保障乙方隐私及信息安全,乙方需自行清理或处理保存在租赁设备中的相关数据、信息。服务期结束后,甲方将抹除设备上所有信息和数据,甲方不对设备中的相关信息进行保存,因乙方原因导致的信息丢失等风险由乙方自行承担。" />
- <androidx.appcompat.widget.AppCompatTextView
- style="@style/agreement_title_text"
- android:text="第七条违约责任及争议处理" />
- <androidx.appcompat.widget.AppCompatTextView
- style="@style/agreement_content_text"
- android:text="  7.1任何- -方违反本协议约定,均视为违约,违约方应赔偿由此给守约方造成的全部损失,包括但不限于直接损失、诉讼费、律师费、差旅费、公证费、保全费等。\n  7.2因本协议引起的或与本协议有关的任何争议或素赔,双方应首先争取通过友好协商解决该等争议。如果双方未能通过友好协商解决争议,任何-方均有权向甲方住所地有管辖权的人民法院起诉,通过诉讼方式解决。\n  乙方需提供本人或监护人的身份证复印件和准确的联系方式(包括但不限于手机号码),租赁期内,乙方联系方式发生变更时应及时通知 甲方,否则,由此导致电话信息失联、租赁设备丢失等损失均由乙方承担。本协议式二份,协议双方各执份, 自甲方盖章且乙方签字之日起生效。" />
- <androidx.appcompat.widget.AppCompatTextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="@dimen/divider_20px"
- android:text="  承租人(乙方或经办人)确认签字:"
- android:textColor="@color/color_FF333333"
- android:textSize="@dimen/divider_18px" />
- </LinearLayout>
- </androidx.core.widget.NestedScrollView>
- </LinearLayout>
- </layout>
|