NewsBlur-viq/media/android/NewsBlur/res/layout/activity_main.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>