|
<?xml version="1.0" encoding="utf-8"?>
|
|
<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="com.example.danny.missphoto.MainActivity">
|
|
|
|
<TextView
|
|
android:id="@+id/huashe"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="100dp"
|
|
android:layout_centerHorizontal="true"
|
|
android:text="?? ??"
|
|
android:textSize="50sp"/>
|
|
<Button
|
|
android:layout_height="wrap_content"
|
|
android:layout_width="match_parent"
|
|
android:layout_marginTop="300dp"
|
|
android:text="?????罻?˺ŵ?½"
|
|
android:textSize="20sp"/>
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal">
|
|
<ImageView
|
|
android:src="@drawable/qq"
|
|
android:id="@+id/qq"
|
|
android:layout_width="200dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="400dp"
|
|
/>
|
|
<ImageView
|
|
android:src="@drawable/weibo"
|
|
android:id="@+id/weibo"
|
|
android:layout_width="200dp"
|
|
android:layout_marginLeft="-45dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="400dp"
|
|
/>
|
|
</LinearLayout>
|
|
|
|
|
|
</RelativeLayout>
|