Guest User

Untitled

a guest
Sep 6th, 2017
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <merge xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto">
  4.  
  5. <android.support.v7.widget.Toolbar
  6. android:id="@+id/toolbar"
  7. android:layout_width="match_parent"
  8. android:layout_height="?attr/actionBarSize"
  9. android:background="?attr/colorPrimary"
  10. app:contentInsetStart="0dp">
  11.  
  12. <TextView
  13. android:id="@+id/titleToolbar"
  14. android:layout_width="match_parent"
  15. android:layout_height="wrap_content"
  16. android:fontFamily="@font/lato_medium"
  17. android:textColor="@color/toolbar_title_color"
  18. android:textSize="18sp" />
  19.  
  20. </android.support.v7.widget.Toolbar>
  21.  
  22. </merge>
Add Comment
Please, Sign In to add comment