Advertisement
banyucenter

app_bar.axml

Nov 8th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.51 KB | None | 0 0
  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/app_bar"
  5.    android:layout_width="match_parent"
  6.    android:layout_height="wrap_content"
  7.    android:minHeight="?attr/actionBarSize"
  8.    android:background="?attr/colorPrimary"
  9.    android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
  10.    app:popupTheme="@style/ThemeOverlay.AppCompat.Light" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement