Guest User

Untitled

a guest
Dec 17th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <android.support.v7.widget.Toolbar
  2. android:id="@+id/toolbar"
  3. android:layout_width="match_parent"
  4. android:layout_height="?attr/actionBarSize"
  5. app:contentInsetStartWithNavigation="0dp"
  6. app:popupTheme="@style/AppTheme.PopupOverlay">
  7.  
  8. <LinearLayout
  9. android:layout_width="match_parent"
  10. android:layout_height="match_parent"
  11. android:orientation="horizontal">
  12.  
  13. << INSERT VIEWS HERE >>
  14.  
  15.  
  16. </LinearLayout>
  17.  
  18. </android.support.v7.widget.Toolbar>
Add Comment
Please, Sign In to add comment