| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/y38" |
| | | android:background="@color/white"> |
| | | android:layout_height="@dimen/y38"> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_left" |
| | | android:layout_width="@dimen/x60" |
| | | android:layout_height="match_parent" |
| | | android:gravity="center" |
| | | android:textColor="@color/black_txt" |
| | | android:textColor="@color/white" |
| | | android:drawablePadding="@dimen/x4" |
| | | android:textSize="16sp" |
| | | android:text="返回" |
| | |
| | | android:focusable="true" |
| | | android:focusableInTouchMode="true" |
| | | android:gravity="center" |
| | | android:textColor="@color/black_txt" |
| | | android:textColor="@color/white" |
| | | android:marqueeRepeatLimit="marquee_forever" |
| | | android:singleLine="true" |
| | | android:text="标题" |
| | |
| | | android:gravity="center" |
| | | android:text="" |
| | | android:visibility="gone" |
| | | android:textColor="@color/black_txt" |
| | | android:textColor="@color/white" |
| | | android:layout_alignParentRight="true" /> |
| | | </RelativeLayout> |