| | |
| | | android:inputType="textPassword" |
| | | android:paddingRight="@dimen/w15" |
| | | android:paddingLeft="@dimen/w15" |
| | | android:text="admin123" |
| | | android:text="" |
| | | android:textColor="@color/colorWhite" |
| | | android:textSize="@dimen/font_size_22" /> |
| | | |
| | |
| | | android:layout_height="0dp" |
| | | android:layout_weight="635" |
| | | android:orientation="vertical"> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/face_login" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="vertical" |
| | | android:layout_alignParentRight="true" |
| | | android:layout_alignParentBottom="true" |
| | | android:layout_marginRight="@dimen/w15" |
| | | android:layout_marginBottom="@dimen/h24" |
| | | android:orientation="vertical"> |
| | | |
| | | <ImageView |
| | | android:layout_width="@dimen/h42" |
| | | android:layout_height="@dimen/h42" |
| | | android:layout_gravity="center_horizontal" |
| | | android:scaleType="fitXY" |
| | | android:src="@drawable/icon_face_login" /> |
| | | |
| | | <TextView |
| | | > |
| | | <LinearLayout |
| | | android:id="@+id/call" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="@dimen/h14" |
| | | android:text="人脸登录" |
| | | android:textColor="@color/colorWhite" |
| | | android:textSize="@dimen/font_size_19" /> |
| | | android:layout_marginBottom="@dimen/h24" |
| | | android:layout_marginRight="@dimen/w15" |
| | | android:orientation="vertical"> |
| | | |
| | | <ImageView |
| | | android:layout_width="@dimen/h42" |
| | | android:layout_height="@dimen/h42" |
| | | android:layout_gravity="center_horizontal" |
| | | android:scaleType="fitXY" |
| | | android:src="@drawable/call" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="@dimen/h14" |
| | | android:text="呼叫开门" |
| | | android:textColor="@color/colorWhite" |
| | | android:textSize="@dimen/font_size_19" /> |
| | | </LinearLayout> |
| | | <LinearLayout |
| | | android:id="@+id/face_login" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | |
| | | android:layout_marginRight="@dimen/w15" |
| | | android:layout_marginBottom="@dimen/h24" |
| | | android:orientation="vertical"> |
| | | |
| | | <ImageView |
| | | android:layout_width="@dimen/h42" |
| | | android:layout_height="@dimen/h42" |
| | | android:layout_gravity="center_horizontal" |
| | | android:scaleType="fitXY" |
| | | android:src="@drawable/icon_face_login" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="@dimen/h14" |
| | | android:text="人脸登录" |
| | | android:textColor="@color/colorWhite" |
| | | android:textSize="@dimen/font_size_19" /> |
| | | </LinearLayout> |
| | | </LinearLayout> |
| | | |
| | | </RelativeLayout> |
| | | |
| | | <TextView |