summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/actionbar_toolbar.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-06-04 00:30:35 +0300
committerAndrew Dolgov <[email protected]>2015-06-04 00:30:35 +0300
commitc54d13e072968fe74f0e3c43ec664a12b115bdfa (patch)
tree9e151bd9be7102854c1d6dd825172e56cf47d0a1 /org.fox.ttrss/src/main/res/layout/actionbar_toolbar.xml
parent6b6107b2764003af19162e85d16a49a4bd42f930 (diff)
move to v7 toolbar widget instead of old-style actionbar
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/actionbar_toolbar.xml')
-rw-r--r--org.fox.ttrss/src/main/res/layout/actionbar_toolbar.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/actionbar_toolbar.xml b/org.fox.ttrss/src/main/res/layout/actionbar_toolbar.xml
new file mode 100644
index 00000000..85ebaeb2
--- /dev/null
+++ b/org.fox.ttrss/src/main/res/layout/actionbar_toolbar.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<android.support.v7.widget.Toolbar
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
+ android:id="@+id/actionbar_toolbar"
+ android:elevation="4dp"
+ app:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
+ app:popupTheme="@style/ThemeOverlay.AppCompat.Light"
+ android:layout_height="wrap_content"
+ android:layout_width="match_parent"
+ android:minHeight="?attr/actionBarSize"
+ android:background="?attr/colorPrimary" /> \ No newline at end of file