Skip to content

Commit

Permalink
hzuapps#89 hzuapps#71 加入一个图片
Browse files Browse the repository at this point in the history
  • Loading branch information
zengyt committed Apr 19, 2016
1 parent b861166 commit ca80eff
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions app/src/main/res/layout/activity_com1314080901201.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<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"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
tools:context=".Com1314080901201Activity" >

<ImageView
android:layout_width="100dp"
android:layout_height="100dp"
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
android:src="@drawable/sms" />

</RelativeLayout>

0 comments on commit ca80eff

Please sign in to comment.