Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
539
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto"
  4. android:layout_width="match_parent"
  5. android:layout_height="wrap_content"
  6. android:id="@+id/toolbar" >
  7.  
  8. <android.support.v7.widget.Toolbar
  9. android:id="@+id/toolbarInner"
  10. android:layout_width="match_parent"
  11. android:layout_height="wrap_content"
  12. android:background="?attr/colorPrimary"
  13. app:titleTextAppearance="@style/AppTheme.Widget.Toolbar.Title"
  14. android:theme="@style/AppTheme.Widget.Toolbar"
  15. app:popupTheme="@style/ThemeOverlay.AppCompat.Light"
  16. android:elevation="8dp"
  17. android:paddingBottom="0dp"
  18. android:layout_margin="0dp"/>
  19.  
  20. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement