Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <android.support.v7.widget.Toolbar
  2. xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:id="@+id/toolbar"
  4. android:minHeight="?attr/actionBarSize"
  5. android:background="?attr/colorPrimary"
  6. android:layout_width="match_parent"
  7. android:layout_height="wrap_content"
  8. android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
  9. android:popupTheme="@style/ThemeOverlay.AppCompat.Light">
  10. </android.support.v7.widget.Toolbar>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement