New file |
| | |
| | | <?xml version="1.0" encoding="utf-8"?>
|
| | | <LinearLayout 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"
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="match_parent"
|
| | | android:orientation="vertical"
|
| | | tools:ignore="MissingDefaultResource">
|
| | |
|
| | | <RelativeLayout
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="wrap_content"
|
| | | android:orientation="horizontal">
|
| | |
|
| | | <TextView
|
| | | android:id="@+id/tv_versionName"
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|
| | | android:layout_centerVertical="true"
|
| | | android:layout_marginLeft="15dp"
|
| | | android:layout_marginTop="15dp"
|
| | | android:textColor="#ff999999"
|
| | | android:textSize="10sp" />
|
| | |
|
| | | <LinearLayout
|
| | | android:id="@+id/ll_service"
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|
| | | android:layout_alignParentRight="true"
|
| | | android:layout_centerVertical="true"
|
| | | android:gravity="center_vertical"
|
| | | android:orientation="horizontal">
|
| | |
|
| | | <ImageView
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|
| | | android:layout_marginRight="5dp"
|
| | | android:src="@mipmap/ml_ic_login_service_red" />
|
| | |
|
| | | <TextView
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|
| | | android:layout_marginRight="30dp"
|
| | | android:text="@string/ml_login_kefu_title"
|
| | | android:textColor="@color/milu_orange"
|
| | | android:textSize="10sp" />
|
| | | </LinearLayout>
|
| | |
|
| | | </RelativeLayout>
|
| | |
|
| | | <androidx.core.widget.NestedScrollView
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="0dp"
|
| | | android:layout_weight="1"
|
| | | android:scrollbars="none">
|
| | |
|
| | | <LinearLayout
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="match_parent"
|
| | | android:layout_marginLeft="58dp"
|
| | | android:layout_marginTop="15dp"
|
| | | android:layout_marginRight="58dp"
|
| | | android:orientation="vertical">
|
| | |
|
| | | <ImageView
|
| | | android:id="@+id/iv_logo"
|
| | | android:layout_width="96dp"
|
| | | android:layout_height="47dp"
|
| | | android:layout_gravity="center_horizontal" />
|
| | |
|
| | | <TextView
|
| | | android:id="@+id/tv_user_login"
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="39dp"
|
| | | android:layout_gravity="center"
|
| | | android:layout_marginTop="20dp"
|
| | | android:background="@drawable/ml_btn_login_red"
|
| | | android:gravity="center"
|
| | | android:text="@string/ml_select_login_name"
|
| | | android:textColor="@color/ml_white"
|
| | | android:textSize="14dp" />
|
| | |
|
| | | <TextView
|
| | | android:id="@+id/tv_visitor_login"
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="39dp"
|
| | | android:layout_gravity="center"
|
| | | android:layout_marginTop="15dp"
|
| | | android:background="@drawable/botton_yuan_xian_9f9"
|
| | | android:gravity="center"
|
| | | android:text="@string/ml_select_login_visitor"
|
| | | android:textColor="@color/milu_red"
|
| | | android:textSize="14dp" />
|
| | |
|
| | | <LinearLayout
|
| | | android:id="@+id/ll_loginWays"
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="wrap_content"
|
| | | android:orientation="vertical"
|
| | | android:visibility="gone">
|
| | |
|
| | | <LinearLayout
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="wrap_content"
|
| | | android:layout_marginTop="20dp"
|
| | | android:gravity="center_vertical"
|
| | | android:orientation="horizontal">
|
| | |
|
| | | <View
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="1dp"
|
| | | android:layout_weight="1"
|
| | | android:alpha="0.5"
|
| | | android:background="@color/ml_color_72" />
|
| | |
|
| | | <TextView
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|
| | | android:layout_marginLeft="15dp"
|
| | | android:layout_marginRight="15dp"
|
| | | android:text="@string/ml_select_login_title"
|
| | | android:textColor="@color/milu_color_99"
|
| | | android:textSize="12dp" />
|
| | |
|
| | | <View
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="1dp"
|
| | | android:layout_weight="1"
|
| | | android:alpha="0.5"
|
| | | android:background="@color/ml_color_72" />
|
| | |
|
| | | </LinearLayout>
|
| | |
|
| | | <LinearLayout
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="wrap_content"
|
| | | android:layout_marginTop="15dp"
|
| | | android:gravity="center"
|
| | | android:orientation="horizontal">
|
| | |
|
| | | <TextView
|
| | | android:id="@+id/tv_google"
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|
| | | android:layout_gravity="center"
|
| | | android:layout_weight="1"
|
| | | android:drawableTop="@mipmap/ml_google"
|
| | | android:drawablePadding="8dp"
|
| | | android:gravity="center"
|
| | | android:text="@string/ml_select_login_google"
|
| | | android:textColor="@color/milu_color_99"
|
| | | android:textSize="13dp"
|
| | | android:visibility="gone" />
|
| | |
|
| | | <RelativeLayout
|
| | | android:id="@+id/rl_facebook"
|
| | | android:layout_width="0dp"
|
| | | android:layout_height="wrap_content"
|
| | | android:layout_weight="1"
|
| | | android:visibility="gone">
|
| | |
|
| | | <com.facebook.login.widget.LoginButton
|
| | | android:id="@+id/btn_facebook"
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|
| | | android:layout_gravity="center"
|
| | | android:visibility="gone" />
|
| | |
|
| | | <TextView
|
| | | android:id="@+id/tv_facebook"
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="wrap_content"
|
| | | android:layout_gravity="center"
|
| | | android:drawableTop="@mipmap/ml_facrbook"
|
| | | android:drawablePadding="8dp"
|
| | | android:gravity="center"
|
| | | android:text="@string/ml_select_login_facebook"
|
| | | android:textColor="@color/milu_color_99"
|
| | | android:textSize="13dp" />
|
| | | </RelativeLayout>
|
| | |
|
| | |
|
| | | </LinearLayout>
|
| | | </LinearLayout>
|
| | |
|
| | |
|
| | | </LinearLayout>
|
| | |
|
| | | </androidx.core.widget.NestedScrollView>
|
| | |
|
| | | <LinearLayout
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="wrap_content"
|
| | | android:layout_marginTop="15dp"
|
| | | android:layout_marginBottom="15dp"
|
| | | android:gravity="center"
|
| | | android:orientation="horizontal">
|
| | |
|
| | | <ImageView
|
| | | android:id="@+id/img_cb"
|
| | | android:layout_width="12dp"
|
| | | android:layout_height="12dp"
|
| | | android:background="@mipmap/hw_account_xz" />
|
| | |
|
| | | <TextView
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|
| | | android:layout_gravity="center_horizontal"
|
| | | android:layout_marginLeft="3dp"
|
| | | android:text="@string/ml_select_login_agree"
|
| | | android:textColor="#ffffffff"
|
| | | android:textSize="10sp" />
|
| | |
|
| | | <TextView
|
| | | android:id="@+id/tv_userAgreement"
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|
| | | android:layout_gravity="center_horizontal"
|
| | | android:autoLink="all"
|
| | | android:text="@string/ml_select_login_agree_01"
|
| | | android:textColor="@color/milu_orange"
|
| | | android:textSize="10sp" />
|
| | |
|
| | | <TextView
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|
| | | android:layout_gravity="center_horizontal"
|
| | | android:text="@string/ml_select_login_agree_02"
|
| | | android:textColor="#ffffffff"
|
| | | android:textSize="10sp" />
|
| | |
|
| | | <TextView
|
| | | android:id="@+id/tv_privacyPolicy"
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|
| | | android:layout_gravity="center_horizontal"
|
| | | android:text="@string/ml_select_login_agree_03"
|
| | | android:textColor="@color/milu_orange"
|
| | | android:textSize="10sp" />
|
| | |
|
| | | </LinearLayout>
|
| | |
|
| | |
|
| | | </LinearLayout>
|