mirror of
https://github.com/viq/NewsBlur.git
synced 2025-11-01 09:09:16 +00:00
24 lines
No EOL
767 B
XML
24 lines
No EOL
767 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent" >
|
|
|
|
<android.support.v4.view.ViewPager
|
|
android:id="@+id/reading_pager"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent" />
|
|
|
|
<View
|
|
android:id="@+id/reading_divider"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="1dip"
|
|
android:layout_alignParentTop="true" />
|
|
|
|
<View
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="8dip"
|
|
android:layout_alignParentTop="true"
|
|
android:background="@drawable/orangeline_shadow" />
|
|
|
|
|
|
</RelativeLayout> |