summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/headlines.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/headlines.xml
parent6b6107b2764003af19162e85d16a49a4bd42f930 (diff)
move to v7 toolbar widget instead of old-style actionbar
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/headlines.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines.xml16
1 files changed, 13 insertions, 3 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/headlines.xml b/org.fox.ttrss/src/main/res/layout/headlines.xml
index f1865cd3..ece728ef 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines.xml
@@ -8,10 +8,20 @@
android:layout_height="match_parent">
<FrameLayout
- android:id="@+id/headlines_fragment"
+ android:animateLayoutChanges="true"
android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="?headlinesBackground"></FrameLayout>
+ android:layout_height="match_parent">
+
+ <FrameLayout
+ android:id="@+id/headlines_fragment"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:background="?headlinesBackground"></FrameLayout>
+
+ <include layout="@layout/actionbar_toolbar" android:id="@+id/actionbar_toolbar" />
+
+ </FrameLayout>
+
<FrameLayout
android:id="@+id/feeds_fragment"