summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/article_images_pager.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-10-29 21:52:53 +0300
committerAndrew Dolgov <[email protected]>2014-10-29 21:52:53 +0300
commit61bda147c80022f864d9f697ea75dae14c9190dc (patch)
tree7917edc21e7e0461b073dc939a2e1fcbdfea5f59 /org.fox.ttrss/src/main/res/layout/article_images_pager.xml
parentc361b72949f176418baef3e186adf9d937922259 (diff)
article images pager: use proper app theme, fix vertical scaling
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/article_images_pager.xml')
-rw-r--r--org.fox.ttrss/src/main/res/layout/article_images_pager.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/article_images_pager.xml b/org.fox.ttrss/src/main/res/layout/article_images_pager.xml
index 0318cdc3..92bd9518 100644
--- a/org.fox.ttrss/src/main/res/layout/article_images_pager.xml
+++ b/org.fox.ttrss/src/main/res/layout/article_images_pager.xml
@@ -1,8 +1,8 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/article_images"
- android:layout_width="match_parent"
+ android:layout_width="fill_parent"
android:fitsSystemWindows="true"
- android:layout_height="match_parent">
+ android:layout_height="fill_parent">
/*
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
@@ -11,8 +11,9 @@
<android.support.v4.view.ViewPager
android:id="@+id/article_images_pager"
- android:layout_width="match_parent"
- android:layout_height="match_parent" >
+ android:layout_alignParentTop="true"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent" >
</android.support.v4.view.ViewPager>
<com.viewpagerindicator.UnderlinePageIndicator