You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
136 lines
5.0 KiB
136 lines
5.0 KiB
6 years ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:orientation="vertical" android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent">
|
||
|
<RelativeLayout
|
||
|
android:background="@drawable/allbackground"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="20dp"
|
||
|
android:layout_weight="20">
|
||
|
</RelativeLayout>
|
||
|
|
||
|
<RelativeLayout
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content">
|
||
|
<View
|
||
|
android:layout_width="fill_parent"
|
||
|
android:layout_height="1dp"
|
||
|
android:background="@android:color/black"/>
|
||
|
</RelativeLayout>
|
||
|
<View
|
||
|
android:layout_width="fill_parent"
|
||
|
android:layout_height="1dp"
|
||
|
android:layout_marginBottom="0dp"
|
||
|
android:outlineAmbientShadowColor="#000"/>
|
||
|
|
||
|
<RelativeLayout
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="10dp"
|
||
|
android:layout_weight="2">
|
||
|
|
||
|
<LinearLayout
|
||
|
android:layout_width="32dp"
|
||
|
android:layout_height="52dp"
|
||
|
android:layout_marginLeft="10dp"
|
||
|
android:layout_marginTop="0dp"
|
||
|
android:orientation="vertical">
|
||
|
<ImageView
|
||
|
android:id="@+id/indexpng"
|
||
|
android:layout_width="30dp"
|
||
|
android:layout_height="30dp"
|
||
|
android:src="@drawable/index0" />
|
||
|
<TextView
|
||
|
android:id="@+id/indexText"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_below="@+id/indexpng"
|
||
|
android:layout_marginTop="1dp"
|
||
|
android:text="首页"
|
||
|
android:textColor="#000" />
|
||
|
/>
|
||
|
</LinearLayout>
|
||
|
|
||
|
<LinearLayout
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_alignParentStart="true"
|
||
|
android:layout_alignParentLeft="true"
|
||
|
android:layout_alignParentTop="true"
|
||
|
android:layout_marginStart="88dp"
|
||
|
android:layout_marginLeft="88dp"
|
||
|
android:orientation="vertical">
|
||
|
<ImageView
|
||
|
android:id="@+id/findpng"
|
||
|
android:layout_width="30dp"
|
||
|
android:layout_height="30dp"
|
||
|
android:src="@drawable/find0" />
|
||
|
<TextView
|
||
|
android:id="@+id/findtext"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_marginTop="0dp"
|
||
|
android:text="发现"
|
||
|
android:textColor="#000" />
|
||
|
</LinearLayout>
|
||
|
|
||
|
<LinearLayout
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_alignParentStart="true"
|
||
|
android:layout_alignParentLeft="true"
|
||
|
android:layout_alignParentTop="true"
|
||
|
android:layout_marginStart="158dp"
|
||
|
android:layout_marginLeft="88dp">
|
||
|
<ImageView
|
||
|
android:layout_width="60dp"
|
||
|
android:layout_height="50dp"
|
||
|
android:src="@drawable/record0"/>
|
||
|
</LinearLayout>
|
||
|
|
||
|
<LinearLayout
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:orientation="vertical"
|
||
|
android:layout_alignParentStart="true"
|
||
|
android:layout_alignParentLeft="true"
|
||
|
android:layout_alignParentTop="true"
|
||
|
android:layout_marginStart="258dp"
|
||
|
android:layout_marginLeft="88dp">
|
||
|
<ImageView
|
||
|
android:id="@+id/messagepng"
|
||
|
android:layout_width="30dp"
|
||
|
android:layout_height="30dp"
|
||
|
android:src="@drawable/message1" />
|
||
|
<TextView
|
||
|
android:id="@+id/messagetext"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_marginTop="0dp"
|
||
|
android:text="消息"
|
||
|
android:textColor="#000" />
|
||
|
</LinearLayout>
|
||
|
|
||
|
<LinearLayout
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:orientation="vertical"
|
||
|
android:layout_marginTop="0dp"
|
||
|
android:layout_marginRight="10dp"
|
||
|
android:layout_marginLeft="322dp">
|
||
|
<ImageView
|
||
|
android:id="@+id/mypng"
|
||
|
android:layout_width="30dp"
|
||
|
android:layout_height="30dp"
|
||
|
android:src="@drawable/my0"/>
|
||
|
<TextView
|
||
|
android:id="@+id/mytext"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_marginTop="0dp"
|
||
|
android:text="我的"
|
||
|
android:textColor="#000" />
|
||
|
/>
|
||
|
</LinearLayout>
|
||
|
|
||
|
</RelativeLayout>
|
||
|
</LinearLayout>
|