123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331 |
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/phonenumber_login_landscape_layout"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@color/translucent_background"
- android:orientation="vertical">
- <Space
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_weight="1"></Space>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_weight="8"
- android:orientation="horizontal">
- <Space
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_weight="2"></Space>
- <LinearLayout
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_gravity="center"
- android:layout_weight="6"
- android:gravity="center">
- <LinearLayout
- android:id="@+id/phonenumber_login_l_frame"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_gravity="center"
- android:background="@drawable/shape_login_phonenumber_landscape_bg"
- android:gravity="center"
- android:orientation="vertical">
- <Space
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_weight="0.07"></Space>
- <FrameLayout
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_weight="0.3">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="horizontal">
- <Space
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_weight="1"></Space>
- <TextView
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_gravity="center"
- android:layout_weight="10"
- android:gravity="center"
- android:text="登录注册解锁更多精彩内容"
- android:textColor="#FF333333"
- android:textSize="16.67sp"
- android:textStyle="bold"></TextView>
- <LinearLayout
- android:id="@+id/login_phone_landscape_close"
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_weight="1">
- <Space
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_weight="0"></Space>
- <ImageView
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_weight="1"
- android:scaleType="centerInside"
- android:src="@drawable/icon_close"></ImageView>
- <FrameLayout
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_weight="2"></FrameLayout>
- </LinearLayout>
- </LinearLayout>
- </FrameLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_weight="1.5"
- android:orientation="vertical">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_weight="1"
- android:orientation="horizontal">
- <Space
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_weight="1"></Space>
- <LinearLayout
- android:id="@+id/custom_land_login_phone_frame"
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_weight="5"
- android:background="@color/white"
- android:orientation="vertical">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_weight="1"
- android:orientation="vertical">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_weight="1"
- android:orientation="horizontal">
- <EditText
- android:id="@+id/phonenumber_login_number"
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_weight="2.2"
- android:background="@null"
- android:gravity="bottom"
- android:hint="输入手机号码"
- android:imeOptions="flagNoExtractUi"
- android:inputType="number"
- android:maxLength="11"
- android:paddingLeft="10dp"
- android:paddingBottom="10dp"
- android:textColor="#FF666666"
- android:textColorHint="#FF666666"
- android:textSize="13sp"></EditText>
- <LinearLayout
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_weight="1"
- android:orientation="vertical">
- <Space
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_weight="1.5"></Space>
- <TextView
- android:id="@+id/phonenumber_getverifcation"
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_gravity="center|right"
- android:layout_weight="1.5"
- android:background="@drawable/shape_login_phonenumber_getverification"
- android:gravity="center"
- android:paddingLeft="5dp"
- android:paddingRight="5dp"
- android:text="获取验证码"
- android:textColor="#FFA301"
- android:textSize="13sp"></TextView>
- <Space
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_weight="0.3"></Space>
- </LinearLayout>
- </LinearLayout>
- <FrameLayout
- android:layout_width="match_parent"
- android:layout_height="0.5dp"
- android:background="#999999"></FrameLayout>
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_weight="1"
- android:orientation="vertical">
- <EditText
- android:id="@+id/phonenumber_login_ver"
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_weight="1"
- android:background="@null"
- android:gravity="bottom"
- android:hint="输入验证码"
- android:imeOptions="flagNoExtractUi"
- android:inputType="number"
- android:maxLength="4"
- android:paddingLeft="10dp"
- android:paddingBottom="10dp"
- android:textColor="#FF666666"
- android:textColorHint="#FF666666"
- android:textSize="13sp"></EditText>
- <FrameLayout
- android:layout_width="match_parent"
- android:layout_height="0.5dp"
- android:background="#999999"></FrameLayout>
- </LinearLayout>
- </LinearLayout>
- <Space
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_weight="1"></Space>
- </LinearLayout>
- <TextView
- android:id="@+id/changePhoneNumLogin"
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_gravity="bottom"
- android:layout_weight="0.2"
- android:gravity="center"
- android:paddingLeft="5dp"
- android:paddingRight="5dp"
- android:text="一键登录"
- android:textColor="#CC000000"
- android:textSize="13.33sp"
- android:visibility="invisible"></TextView>
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_weight="0.6"
- android:gravity="center"
- android:orientation="vertical"
- android:visibility="visible">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:text="其他账号登录"
- android:textColor="#FF666666"
- android:textSize="10sp"></TextView>
- <ImageView
- android:id="@+id/huawei_login"
- android:layout_width="28.83dp"
- android:layout_height="28.83dp"
- android:layout_gravity="center"
- android:layout_marginTop="10dp"
- android:src="@drawable/login_icon_huawei"></ImageView>
- </LinearLayout>
- <FrameLayout
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_weight="0.6">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_gravity="center"
- android:gravity="center"
- android:orientation="horizontal">
- <CheckBox
- android:id="@+id/privacy_context_check"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:layout_gravity="center|right"
- android:clickable="true"
- android:gravity="center_vertical"
- android:minHeight="?android:attr/listPreferredItemHeight"
- android:textColor="?android:attr/textColorAlertDialogListItem"
- android:textSize="10sp">
- </CheckBox>
- <TextView
- android:id="@+id/privacy_context"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:layout_gravity="center"
- android:gravity="center_vertical|left"
- android:minHeight="?android:attr/listPreferredItemHeight"
- android:text="123123123123"
- android:textAppearance="?android:attr/textAppearanceLarge"
- android:textColor="?android:attr/textColorAlertDialogListItem"
- android:textSize="10sp">
- </TextView>
- </LinearLayout>
- </FrameLayout>
- </LinearLayout>
- </LinearLayout>
- <Space
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_weight="2"></Space>
- </LinearLayout>
- <Space
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_weight="1"></Space>
- </LinearLayout>
|