Skip to content

Commit

Permalink
hzuapps#3 hzuapps#177 第三次作业
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed May 11, 2017
1 parent b5113fa commit 5c5bd0e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 1 deletion.
Binary file added AndroidLabs/app/src/main/res/drawable/Thumbs.db
Binary file not shown.
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/frist.jpg
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 @@ -2,7 +2,8 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
android:orientation="vertical"
android:weightSum="1">
<Button
android:id="@+id/bt_record_birthday"
android:layout_margin="40dp"
Expand All @@ -19,4 +20,10 @@
android:layout_marginTop="50dp"
android:text="查询已记录的生日"/>

<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/frist"
android:layout_marginLeft="10dp"
/>
</LinearLayout>
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,9 @@
android:layout_below="@+id/radioGroup"
android:layout_marginTop="20dp"
android:text="提交用户信息" />
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/brithday"
android:layout_marginTop="20dp"/>
</LinearLayout>

0 comments on commit 5c5bd0e

Please sign in to comment.