Skip to content

Commit

Permalink
hzuapps#90 hzuapps#71 界面设计
Browse files Browse the repository at this point in the history
  • Loading branch information
zengyt committed Apr 26, 2016
1 parent ca80eff commit 7665fc0
Showing 1 changed file with 18 additions and 7 deletions.
25 changes: 18 additions & 7 deletions app/src/main/res/layout/activity_com1314080901201.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,22 @@
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" />
<Button
android:id="@+id/send"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_below="@+id/imageView1"
android:layout_marginTop="130dp"
android:text="一键发送"
android:textSize="24dp" />

</RelativeLayout>
<ImageView
android:id="@+id/imageView1"
android:layout_width="100dp"
android:layout_height="100dp"
android:layout_alignParentRight="true"
android:layout_alignParentTop="true"
android:src="@drawable/sms" />

</RelativeLayout>

0 comments on commit 7665fc0

Please sign in to comment.