tt-rss-android/org.fox.ttrss/src/main/res/layout/article_images_pager.xml

20 lines
760 B
XML
Raw Normal View History

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/article_images"
android:layout_width="fill_parent"
2014-10-29 15:07:09 +00:00
android:fitsSystemWindows="true"
android:background="?headlinesBackground"
android:layout_height="fill_parent">
/*
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
android:paddingBottom="@dimen/activity_vertical_margin"> */
<org.fox.ttrss.ArticleImagesPager
android:id="@+id/article_images_pager"
android:layout_alignParentTop="true"
android:layout_width="fill_parent"
android:layout_height="fill_parent" />
</RelativeLayout>