aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/layout/theme_browser_activity.xml
diff options
context:
space:
mode:
Diffstat (limited to 'WordPress/src/main/res/layout/theme_browser_activity.xml')
-rw-r--r--WordPress/src/main/res/layout/theme_browser_activity.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/WordPress/src/main/res/layout/theme_browser_activity.xml b/WordPress/src/main/res/layout/theme_browser_activity.xml
new file mode 100644
index 000000000..0a5de6b70
--- /dev/null
+++ b/WordPress/src/main/res/layout/theme_browser_activity.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/theme_browser_container"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:orientation="vertical">
+
+ <include
+ android:id="@+id/toolbar"
+ layout="@layout/toolbar" />
+
+ <include
+ android:id="@+id/toolbar_search"
+ layout="@layout/toolbar_search" />
+
+</LinearLayout>