Skip to content

Commit

Permalink
hzuapps#89 hzuapps#67 Lab3 upload xml and images
Browse files Browse the repository at this point in the history
  • Loading branch information
hzukondy committed Apr 20, 2016
1 parent 985309a commit a4e7181
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions app/src/main/res/layout/activity_com1314080901128.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="6dp">

<RelativeLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content">

<ImageView
android:id="@+id/iv_userhead"
android:layout_width="40dp"
android:layout_height="40dp"
android:background="@drawable/com1314080901128image_t"
android:focusable="false"
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true" />


<TextView
android:id="@+id/tv_chatcontent"
android:layout_toRightOf="@id/iv_userhead"
android:layout_marginLeft="10dp"
android:layout_marginRight="40dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/com1314080901128images_b"/>
</RelativeLayout>

</LinearLayout>

0 comments on commit a4e7181

Please sign in to comment.