|
|
@ -10,15 +10,17 @@ |
|
|
|
|
|
|
|
|
<ImageView |
|
|
<ImageView |
|
|
android:id="@+id/login_bg" |
|
|
android:id="@+id/login_bg" |
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" /> |
|
|
|
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
android:layout_height="200dp" |
|
|
|
|
|
android:scaleType="fitXY" |
|
|
|
|
|
android:src="@drawable/beijin_3x" /> |
|
|
|
|
|
|
|
|
<ImageView |
|
|
<ImageView |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:src="@mipmap/ic_launcher_round" |
|
|
|
|
|
|
|
|
android:layout_below="@id/login_bg" |
|
|
android:layout_centerHorizontal="true" |
|
|
android:layout_centerHorizontal="true" |
|
|
android:layout_below="@id/login_bg" /> |
|
|
|
|
|
|
|
|
android:src="@mipmap/ic_launcher_round" /> |
|
|
</RelativeLayout> |
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -30,7 +32,8 @@ |
|
|
|
|
|
|
|
|
<ImageView |
|
|
<ImageView |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_height="wrap_content" /> |
|
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:src="@drawable/yonghu_3x" /> |
|
|
|
|
|
|
|
|
<EditText |
|
|
<EditText |
|
|
android:id="@+id/login_username" |
|
|
android:id="@+id/login_username" |
|
|
@ -54,7 +57,8 @@ |
|
|
|
|
|
|
|
|
<ImageView |
|
|
<ImageView |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_height="wrap_content" /> |
|
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:src="@drawable/mima_3x" /> |
|
|
|
|
|
|
|
|
<EditText |
|
|
<EditText |
|
|
android:id="@+id/login_psw" |
|
|
android:id="@+id/login_psw" |
|
|
@ -74,13 +78,9 @@ |
|
|
android:id="@+id/login_sure" |
|
|
android:id="@+id/login_sure" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_marginLeft="@dimen/dp_16" |
|
|
|
|
|
android:layout_marginRight="@dimen/dp_16" |
|
|
|
|
|
|
|
|
android:layout_gravity="center_horizontal" |
|
|
android:layout_marginTop="@dimen/dp_20" |
|
|
android:layout_marginTop="@dimen/dp_20" |
|
|
android:padding="@dimen/dp_12" |
|
|
|
|
|
android:text="@string/login" |
|
|
|
|
|
android:textColor="@color/white" |
|
|
|
|
|
android:textSize="@dimen/text_size_26" /> |
|
|
|
|
|
|
|
|
android:background="@drawable/denglu_3x" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
</LinearLayout> |