toolbar.xml 479 B

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