toolbar.xml 479 B

1234567891011
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <android.support.v7.widget.Toolbar
  3. android:id="@+id/toolbar"
  4. xmlns:android="http://schemas.android.com/apk/res/android"
  5. xmlns:app="http://schemas.android.com/apk/res-auto"
  6. android:layout_width="match_parent"
  7. android:layout_height="?attr/actionBarSize"
  8. android:background="?attr/colorPrimary"
  9. android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
  10. app:popupTheme="@style/ThemeOverlay.AppCompat.Light"/>