<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="80dp"> <RelativeLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@color/back_top" android:paddingTop="20dp" android:paddingBottom="10dp" > <TextView android:layout_width="40dp" android:layout_height="40dp" android:layout_alignParentBottom="true" android:background="@drawable/arrow_left" /> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:textSize="@dimen/txtsize_headline" android:layout_centerHorizontal="true" android:layout_alignParentBottom="true" android:text="主题" /> </RelativeLayout> </LinearLayout>