summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-06-11 18:23:30 +0300
committerAndrew Dolgov <[email protected]>2015-06-11 18:23:30 +0300
commite947eb7b8ee2a7b99c3d119453e019d9df104a1c (patch)
tree96c44d725c5e21a292fc9b94fc693dddd071c00b /org.fox.ttrss/src/main/res/layout
parentf114539024d0769edb6c25d0268fef6cd558c845 (diff)
Revert "use dialogwhenlarge theme for image pager"
This reverts commit f114539024d0769edb6c25d0268fef6cd558c845.
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout')
-rwxr-xr-x[-rw-r--r--]org.fox.ttrss/src/main/res/layout/article_images_pager.xml (renamed from org.fox.ttrss/src/main/res/layout/activity_images_pager.xml)4
1 files changed, 4 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/activity_images_pager.xml b/org.fox.ttrss/src/main/res/layout/article_images_pager.xml
index 8e754bf7..8744af67 100644..100755
--- a/org.fox.ttrss/src/main/res/layout/activity_images_pager.xml
+++ b/org.fox.ttrss/src/main/res/layout/article_images_pager.xml
@@ -1,7 +1,9 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:fitsSystemWindows="true"
android:id="@+id/article_images"
android:layout_width="fill_parent"
android:animateLayoutChanges="true"
+ android:background="?headlinesBackground"
android:layout_height="fill_parent">
<org.fox.ttrss.ArticleImagesPager
@@ -35,4 +37,6 @@
android:visibility="invisible" />
+ <include layout="@layout/toolbar" android:id="@+id/toolbar" />
+
</RelativeLayout>