tt-rss-android/res/layout/feeds_fragment.xml

14 lines
762 B
XML
Raw Normal View History

2011-09-08 11:28:38 +00:00
<?xml version="1.0" encoding="utf-8" ?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<LinearLayout android:layout_width="fill_parent" android:layout_height="fill_parent" xmlns:android="http://schemas.android.com/apk/res/android">
2011-09-08 16:16:46 +00:00
<ListView android:layout_weight="1"
2011-09-08 11:28:38 +00:00
android:layout_width="match_parent" android:id="@+id/feeds" android:layout_height="match_parent"></ListView>
</LinearLayout>
<ProgressBar android:layout_height="wrap_content"
android:layout_width="wrap_content" android:visibility="invisible"
2011-09-08 11:28:38 +00:00
android:layout_gravity="center" android:id="@+id/loading_progress"/>
</FrameLayout>