123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297 |
- <?xml version="1.0" encoding="utf-8"?>
- <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- xmlns:roundframelayout="http://schemas.android.com/apk/res-auto"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:clickable="true"
- android:focusableInTouchMode="true">
- <FrameLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@color/translucent_background"></FrameLayout>
- <androidx.constraintlayout.widget.ConstraintLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent">
- <androidx.constraintlayout.widget.ConstraintLayout
- android:layout_width="1280dp"
- android:layout_height="720dp"
- android:clickable="true"
- android:focusableInTouchMode="true"
- android:orientation="vertical"
- app:layout_constraintBottom_toBottomOf="parent"
- app:layout_constraintDimensionRatio="h,16:9"
- app:layout_constraintEnd_toEndOf="parent"
- app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toTopOf="parent">
- <!--扫码登录-->
- <androidx.constraintlayout.widget.ConstraintLayout
- android:id="@+id/popupwindow_mi_sound_qrcode_login_layout"
- android:layout_width="686dp"
- android:layout_height="515dp"
- android:layout_gravity="center"
- android:background="@drawable/mi_sound_login_bg"
- android:visibility="gone"
- app:layout_constraintBottom_toBottomOf="parent"
- app:layout_constraintEnd_toEndOf="parent"
- app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toTopOf="parent">
- <TextView
- android:id="@+id/textView3"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="41dp"
- android:text="微信扫码登录"
- android:textSize="36dp"
- app:layout_constraintBottom_toBottomOf="parent"
- app:layout_constraintEnd_toEndOf="parent"
- app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toTopOf="parent"
- app:layout_constraintVertical_bias="0.0"></TextView>
- <FrameLayout
- android:layout_width="316dp"
- android:layout_height="316dp"
- android:background="@drawable/mi_sound_login_qrcode_bg"
- app:layout_constraintBottom_toBottomOf="parent"
- app:layout_constraintEnd_toEndOf="parent"
- app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toTopOf="parent"
- app:layout_constraintVertical_bias="0.7">
- <ImageView
- android:id="@+id/popupwindow_mi_sound_qrcode"
- android:layout_width="300dp"
- android:layout_height="300dp"
- android:layout_gravity="center"
- android:scaleX="0.99"
- android:scaleY="0.99"></ImageView>
- </FrameLayout>
- </androidx.constraintlayout.widget.ConstraintLayout>
- <!--扫码登录 end-->
- <!-- 绑定手机号-->
- <androidx.constraintlayout.widget.ConstraintLayout
- android:id="@+id/popupwindow_mi_sound_bind_phone_layout"
- android:layout_width="686dp"
- android:layout_height="515dp"
- android:layout_gravity="center"
- android:background="@drawable/mi_sound_login_bg"
- app:layout_constraintBottom_toBottomOf="parent"
- app:layout_constraintEnd_toEndOf="parent"
- app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toTopOf="parent">
- <FrameLayout
- android:layout_width="720dp"
- android:layout_height="560dp"
- android:layout_gravity="center"
- app:layout_constraintBottom_toBottomOf="parent"
- app:layout_constraintEnd_toEndOf="parent"
- app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toTopOf="parent">
- <FrameLayout
- android:layout_width="690dp"
- android:layout_height="515dp"
- android:layout_gravity="center">
- <androidx.constraintlayout.widget.ConstraintLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent">
- <TextView
- android:id="@+id/textView5"
- android:layout_width="wrap_content"
- android:layout_height="48dp"
- android:layout_marginTop="32dp"
- android:text="绑定手机号"
- android:textColor="#333333"
- android:textSize="34dp"
- app:layout_constraintEnd_toEndOf="parent"
- app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toTopOf="parent"></TextView>
- <TextView
- android:id="@+id/popupwindow_mi_sound_bind_phone_error_text"
- android:layout_width="wrap_content"
- android:layout_height="48dp"
- android:gravity="center"
- android:text=""
- android:textColor="#333333"
- android:textSize="24dp"
- app:layout_constraintBottom_toBottomOf="parent"
- app:layout_constraintEnd_toEndOf="parent"
- app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toTopOf="parent"
- app:layout_constraintVertical_bias="0.68"></TextView>
- <FrameLayout
- android:layout_width="568dp"
- android:layout_height="78dp"
- android:layout_marginTop="115dp"
- android:background="@drawable/activity_loginalert_edit_bg"
- app:layout_constraintEnd_toEndOf="parent"
- app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toTopOf="parent">
- <EditText
- android:id="@+id/popupwindow_mi_sound_bind_phone_num_edit"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@null"
- android:gravity="center|left"
- android:hint="输入手机号码"
- android:inputType="numberSigned"
- android:maxLength="11"
- android:paddingLeft="40dp"
- android:textColorHint="#333333"
- android:textSize="30dp"></EditText>
- </FrameLayout>
- <LinearLayout
- android:layout_width="568dp"
- android:layout_height="78dp"
- android:layout_marginTop="223dp"
- android:background="@drawable/activity_loginalert_edit_bg"
- android:orientation="horizontal"
- app:layout_constraintEnd_toEndOf="parent"
- app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toTopOf="parent">
- <EditText
- android:id="@+id/popupwindow_mi_sound_bind_phone_vcode_edit"
- android:layout_width="350dp"
- android:layout_height="match_parent"
- android:background="@null"
- android:gravity="center|left"
- android:hint="输入验证码"
- android:inputType="numberSigned"
- android:maxLength="4"
- android:paddingLeft="40dp"
- android:textColorHint="#333333"
- android:textSize="30dp"></EditText>
- <FrameLayout
- android:id="@+id/activity_loginalert_getvercode"
- android:layout_width="200dp"
- android:layout_height="60dp"
- android:layout_gravity="center|right"
- android:layout_marginRight="25dp"
- android:background="@drawable/activity_loginalert_verificationcode_bg">
- <TextView
- android:id="@+id/popupwindow_mi_sound_bind_phone_getvcode_text"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:gravity="center"
- android:text="获取验证码"
- android:textColor="@color/white"
- android:textSize="30dp"></TextView>
- </FrameLayout>
- </LinearLayout>
- <FrameLayout
- android:id="@+id/popupwindow_mi_sound_bind_phone_num_submit"
- android:layout_width="328dp"
- android:layout_height="80dp"
- android:layout_marginBottom="50dp"
- android:background="@drawable/activity_loginalert_btn_ok_bg"
- app:layout_constraintBottom_toBottomOf="parent"
- app:layout_constraintEnd_toEndOf="parent"
- app:layout_constraintStart_toStartOf="parent">
- <TextView
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:gravity="center"
- android:text="确 定"
- android:textColor="@color/white"
- android:textSize="34dp"></TextView>
- </FrameLayout>
- </androidx.constraintlayout.widget.ConstraintLayout>
- </FrameLayout>
- </FrameLayout>
- </androidx.constraintlayout.widget.ConstraintLayout>
- <!-- 绑定手机号 end-->
- <!--扫码登录-->
- <androidx.constraintlayout.widget.ConstraintLayout
- android:id="@+id/popupwindow_mi_sound_show_bind_phoneNum_layout"
- android:layout_width="686dp"
- android:layout_height="515dp"
- android:layout_gravity="center"
- android:background="@drawable/mi_sound_login_bg"
- android:visibility="gone"
- app:layout_constraintBottom_toBottomOf="parent"
- app:layout_constraintEnd_toEndOf="parent"
- app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toTopOf="parent">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="已绑定手机号"
- android:textSize="35dp"
- app:layout_constraintBottom_toBottomOf="parent"
- app:layout_constraintEnd_toEndOf="parent"
- app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toTopOf="parent"
- app:layout_constraintVertical_bias="0.37"></TextView>
- <TextView
- android:id="@+id/popupwindow_mi_sound_show_bind_phoneNum_layout_phoneNum"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="手机号码 :"
- android:textSize="35dp"
- app:layout_constraintBottom_toBottomOf="parent"
- app:layout_constraintEnd_toEndOf="parent"
- app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toTopOf="parent"
- app:layout_constraintVertical_bias="0.59000003"></TextView>
- </androidx.constraintlayout.widget.ConstraintLayout>
- <ImageView
- android:id="@+id/popupwindow_mi_sound_qrcode_layout_close"
- android:layout_width="60dp"
- android:layout_height="60dp"
- android:layout_marginTop="10dp"
- android:src="@drawable/mi_sound_close"
- app:layout_constraintBottom_toBottomOf="parent"
- app:layout_constraintEnd_toEndOf="parent"
- app:layout_constraintHorizontal_bias="0.78"
- app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toTopOf="parent"
- app:layout_constraintVertical_bias="0.110000014"></ImageView>
- </androidx.constraintlayout.widget.ConstraintLayout>
- </androidx.constraintlayout.widget.ConstraintLayout>
- </FrameLayout>
|