Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <merge xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto">
- <android.support.v7.widget.Toolbar
- android:id="@+id/toolbar"
- android:layout_width="match_parent"
- android:layout_height="?attr/actionBarSize"
- android:background="?attr/colorPrimary"
- app:contentInsetStart="0dp">
- <TextView
- android:id="@+id/titleToolbar"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:fontFamily="@font/lato_medium"
- android:textColor="@color/toolbar_title_color"
- android:textSize="18sp" />
- </android.support.v7.widget.Toolbar>
- </merge>
Add Comment
Please, Sign In to add comment