Project

Profile

Help

HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...

Task #614858 » 发布界面by郝子琛.txt

子琛 郝, 2016-11-28 08:15 AM

 
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout 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:orientation="vertical"
tools:context="com.example.administrator.missphoto.MainActivity"
android:background="#fff">


<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="20dp"
android:text="?? ??"
android:layout_gravity="center"
android:gravity="center"
android:textSize="40dp"
android:textColor="#f6c515" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:layout_marginTop="300dp">
<LinearLayout
android:layout_height="wrap_content"
android:orientation="vertical"
android:layout_weight="1"
android:layout_width="0dp"
>
<ImageButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_weight="1"
android:background="#fff"
android:src="@drawable/draw"
android:id="@+id/btn_post_draw"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:text="??Ʒ"
android:textSize="17dp"
android:layout_marginTop="6dp"/>
</LinearLayout>

<LinearLayout
android:layout_height="wrap_content"
android:orientation="vertical"
android:layout_weight="1"
android:layout_width="0dp"
>
<ImageButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_weight="1"
android:background="#fff"
android:src="@drawable/request"
android:id="@+id/btn_post_request"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:text="????"
android:textSize="17dp"
android:layout_marginTop="6dp"/>
</LinearLayout>

</LinearLayout>

</LinearLayout>
    (1-1/1)