Advertisement
rockydcoder

Untitled

Feb 10th, 2015
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.42 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <android.support.v7.widget.Toolbar
  3.    xmlns:android="http://schemas.android.com/apk/res/android"
  4.    xmlns:app="http://schemas.android.com/apk/res-auto"
  5.    android:id="@+id/toolbar"
  6.    android:minHeight="?attr/actionBarSize"
  7.    android:background="#2196F3"
  8.    android:layout_width="match_parent"
  9.    android:layout_height="wrap_content">
  10. </android.support.v7.widget.Toolbar>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement