aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/layout/toolbar_search.xml
diff options
context:
space:
mode:
Diffstat (limited to 'WordPress/src/main/res/layout/toolbar_search.xml')
-rw-r--r--WordPress/src/main/res/layout/toolbar_search.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/WordPress/src/main/res/layout/toolbar_search.xml b/WordPress/src/main/res/layout/toolbar_search.xml
new file mode 100644
index 000000000..8c70253c2
--- /dev/null
+++ b/WordPress/src/main/res/layout/toolbar_search.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<android.support.v7.widget.Toolbar
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
+ android:id="@+id/toolbar_search"
+ android:layout_width="match_parent"
+ android:layout_height="?attr/actionBarSize"
+ android:background="@color/white"
+ android:elevation="@dimen/appbar_elevation"
+ app:contentInsetLeft="@dimen/margin_none"
+ app:contentInsetStart="@dimen/margin_none"
+ app:popupTheme="@style/ThemeOverlay.AppCompat.Light"
+ app:theme="@style/ThemeOverlay.AppCompat.ActionBar"
+ tools:targetApi="LOLLIPOP"/>