提交 32e1a42b 编写于 作者: J JessYan

Improve include_title.xml

上级 72690953
......@@ -10,7 +10,7 @@
app:contentInsetStart="0dp"
>
<com.zhy.autolayout.AutoRelativeLayout
<RelativeLayout
android:id="@+id/toolbar_back"
android:layout_width="wrap_content"
android:layout_height="match_parent"
......@@ -20,20 +20,19 @@
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginLeft="30px"
android:layout_marginRight="30px"
android:layout_centerVertical="true"
android:src="@mipmap/ic_arrow_back_white_24dp"/>
</com.zhy.autolayout.AutoRelativeLayout>
</RelativeLayout>
<TextView
android:id="@+id/toolbar_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="18sp"
android:textColor="@color/white"
android:layout_gravity="center"
android:textColor="@color/white"
android:textSize="18sp"
tools:text="@string/app_name"/>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册