|
|
@@ -7,6 +7,18 @@ |
|
|
|
android:id="@+id/topbar" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="?attr/qmui_topbar_height" > |
|
|
|
<TextView |
|
|
|
android:id="@+id/back" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:textColor="@color/white" |
|
|
|
android:textSize="@dimen/sp_32" |
|
|
|
android:text="返回" |
|
|
|
android:drawableLeft="@mipmap/fanhui" |
|
|
|
android:gravity="center" |
|
|
|
android:paddingLeft="@dimen/dp_5" |
|
|
|
android:drawablePadding="@dimen/dp_5" |
|
|
|
/> |
|
|
|
</com.qmuiteam.qmui.widget.QMUITopBarLayout> |
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|