user_toolbar_title.xml
1.04 KB
<?xml version="1.0" encoding="utf-8"?>
<layout>
<android.support.v7.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:theme="@style/ThemeOverlay.AppCompat.Light">
<!-- <RelativeLayout
android:layout_width="match_parent"
android:layout_height="38dp"
android:gravity="center_vertical"
android:orientation="horizontal">-->
<TextView
android:id="@+id/toolbar_title"
style="@style/ToolbarTitleStyle"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginRight="15dp"
android:gravity="center"
android:maxLines="1"
tools:text="here is title" />
<!--</RelativeLayout>-->
</android.support.v7.widget.Toolbar>
</layout>