Advertisement
Guest User

toolbar

a guest
Sep 13th, 2015
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.39 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.    android:layout_width="match_parent"
  5.    android:layout_height="wrap_content"
  6.    android:background="@color/ColorPrimary"
  7.    android:elevation="4dp"
  8.    android:theme="@style/Base.ThemeOverlay.AppCompat.Dark"
  9.    >
  10.  
  11. </android.support.v7.widget.Toolbar>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement