mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
21 lines
No EOL
682 B
XML
21 lines
No EOL
682 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent">
|
|
|
|
|
|
<fragment
|
|
android:name="com.newsblur.fragment.FolderFeedListFragment"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent"
|
|
android:id="@+id/fragment_folderfeedlist"
|
|
android:layout_alignParentTop="true" />
|
|
|
|
<View
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="8dip"
|
|
android:background="@drawable/orangeline_shadow"
|
|
android:layout_alignParentTop="true"
|
|
/>
|
|
|
|
</RelativeLayout> |