Skip to content

Commit

Permalink
hzuapps#3 hzuapps#38 第三次作业
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangguowei committed May 15, 2017
1 parent 14ed282 commit ce131e6
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added AndroidLabs/app/src/main/res/drawable/my_tu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">

<ImageView
android:layout_width="match_parent"
android:layout_height="100dp"
android:layout_gravity="center_horizontal"
android:paddingLeft="20dp"
android:paddingRight="20dp"
android:paddingBottom="5dp"
android:layout_marginBottom="10dp"
android:layout_marginTop="30dp"
android:src="@drawable/my_tu"/>

<TextView
android:id="@+id/tv_name"
android:layout_width="wrap_content"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,36 @@
android:layout_width="match_parent" android:layout_height="match_parent"
android:orientation="vertical">

<LinearLayout
android:id="@+id/regist_logo"
android:layout_width="match_parent"
android:layout_height="150dp"
android:orientation="vertical"
android:gravity="center"
>

<ImageView
android:id="@+id/et_logo"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_marginBottom="0dp"
android:layout_marginTop="100dp"
android:src="@drawable/main_logo"
/>

<TextView
android:layout_width="match_parent"
android:layout_height="50dp"
android:layout_gravity="center_horizontal"
android:layout_marginBottom="50dp"
android:gravity="center"
android:text="员工管理系统"
android:textSize="25sp"/>

</LinearLayout>


<LinearLayout
android:id="@+id/regist_username"
android:layout_width="match_parent"
Expand All @@ -12,6 +42,7 @@
android:layout_marginRight="10dp"
android:layout_marginTop="22dp"
android:orientation="horizontal"
android:layout_below="@id/regist_logo"
>

<TextView
Expand Down

0 comments on commit ce131e6

Please sign in to comment.