Skip to content

Commit

Permalink
Merge pull request #271 from YLiuLiu/master
Browse files Browse the repository at this point in the history
#89 #76 lab3
  • Loading branch information
zengsn committed Apr 20, 2016
2 parents 831214c + b85feef commit 0463e02
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions app/src/main/res/layout/activity_com1314080901239.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"

tools:context=".Com1314080901239Activity" >

<ImageView
android:id="@+id/iv"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:src="@drawable/a" />



</RelativeLayout>

0 comments on commit 0463e02

Please sign in to comment.