30eea4c5e4
fix reloading feedsfragment on rotate
14 lines
813 B
XML
14 lines
813 B
XML
<?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" android:id="@+id/headlines_fragment">
|
|
<LinearLayout android:layout_width="fill_parent" android:layout_height="fill_parent" xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<ListView android:layout_weight="1" android:background="?headlinesBackground"
|
|
android:layout_width="match_parent" android:layout_height="match_parent" android:id="@+id/headlines"></ListView>
|
|
</LinearLayout>
|
|
<ProgressBar android:layout_height="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_gravity="center" android:id="@+id/loading_progress"/>
|
|
</FrameLayout>
|