Skip to content

Commit

Permalink
hzuapps#3 hzuapps#48 第3次实验
Browse files Browse the repository at this point in the history
  • Loading branch information
ZGH1780 committed May 8, 2017
1 parent 42131dd commit 3f6b1e0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Binary file added AndroidLabs/app/src/main/res/drawable/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
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout 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:id="@+id/activity_main"
android:layout_width="match_parent"
Expand Down Expand Up @@ -29,4 +30,14 @@
android:layout_below="@+id/textView2"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true" />

<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:srcCompat="@drawable/tu"
android:id="@+id/imageView"
android:layout_alignTop="@+id/textView2"
android:layout_alignParentRight="true"
android:layout_alignParentEnd="true"
android:layout_alignBottom="@+id/button" />
</RelativeLayout>

0 comments on commit 3f6b1e0

Please sign in to comment.