Toolbar.xml 383 B

123456789
  1. <android.support.v7.widget.Toolbar
  2. xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:id="@+id/toolbar"
  4. android:layout_width="match_parent"
  5. android:layout_height="wrap_content"
  6. android:background="?attr/colorPrimary"
  7. android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
  8. android:popupTheme="@style/ThemeOverlay.AppCompat.Light" />