summaryrefslogtreecommitdiff
path: root/PagesGallery/PagesGallery.Droid/Resources/layout/Toolbar.axml
diff options
context:
space:
mode:
Diffstat (limited to 'PagesGallery/PagesGallery.Droid/Resources/layout/Toolbar.axml')
-rw-r--r--PagesGallery/PagesGallery.Droid/Resources/layout/Toolbar.axml8
1 files changed, 8 insertions, 0 deletions
diff --git a/PagesGallery/PagesGallery.Droid/Resources/layout/Toolbar.axml b/PagesGallery/PagesGallery.Droid/Resources/layout/Toolbar.axml
new file mode 100644
index 00000000..3a1989a8
--- /dev/null
+++ b/PagesGallery/PagesGallery.Droid/Resources/layout/Toolbar.axml
@@ -0,0 +1,8 @@
+<android.support.v7.widget.Toolbar
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/toolbar"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:background="?attr/colorPrimary"
+ android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
+ android:popupTheme="@style/ThemeOverlay.AppCompat.Light" />