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.
176 lines
6.6 KiB
176 lines
6.6 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<android.support.constraint.ConstraintLayout
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical"
|
|
tools:ignore="MissingConstraints"
|
|
tools:layout_editor_absoluteX="0dp"
|
|
tools:layout_editor_absoluteY="16dp">
|
|
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="20dp"
|
|
android:layout_weight="20"
|
|
android:background="@drawable/allbackground">
|
|
|
|
<ImageView
|
|
android:id="@+id/zanpng"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content" />
|
|
|
|
<ImageView
|
|
android:id="@+id/pinglunpng"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content" />
|
|
|
|
<ImageView
|
|
android:id="@+id/tongzhipng"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content" />
|
|
|
|
</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:layout_alignParentStart="true"
|
|
android:layout_alignParentLeft="true"
|
|
android:layout_alignParentTop="true"
|
|
android:layout_marginStart="258dp"
|
|
android:layout_marginLeft="88dp"
|
|
android:orientation="vertical">
|
|
|
|
<ImageView
|
|
android:id="@+id/messagepng"
|
|
android:layout_width="30dp"
|
|
android:layout_height="30dp"
|
|
android:src="@drawable/message0" />
|
|
|
|
<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:layout_marginLeft="322dp"
|
|
android:layout_marginTop="0dp"
|
|
android:layout_marginRight="10dp"
|
|
android:orientation="vertical">
|
|
|
|
<ImageView
|
|
android:id="@+id/mypng"
|
|
android:layout_width="30dp"
|
|
android:layout_height="30dp"
|
|
android:src="@drawable/my1" />
|
|
|
|
<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>
|
|
</android.support.constraint.ConstraintLayout> |