<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
xmlns:android=" http://schemas.android.com/apk/res/android"
>
<TextView android:id="@+id/news_home_title"
android:layout_width="match_parent" android:layout_height="wrap_content"
android:background="@color/pink" android:textColor="@android:color/black"
android:textSize="20dip" android:paddingTop="10dip"
android:paddingBottom="10dip" android:paddingLeft="5dip" android:text="@string/news_list_title" />
<ListView android:id="@+id/news_list"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:cacheColorHint="#00000000"
android:divider="#ffcccccc"
android:dividerHeight="1.0px"
android:layout_below="@id/news_home_title"
android:fadeScrollbars="true" />
</RelativeLayout>
<RelativeLayout android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
xmlns:android=" http://schemas.android.com/apk/res/android"
>
<TextView android:id="@+id/news_home_title"
android:layout_width="match_parent" android:layout_height="wrap_content"
android:background="@color/pink" android:textColor="@android:color/black"
android:textSize="20dip" android:paddingTop="10dip"
android:paddingBottom="10dip" android:paddingLeft="5dip" android:text="@string/news_list_title" />
<ListView android:id="@+id/news_list"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:cacheColorHint="#00000000"
android:divider="#ffcccccc"
android:dividerHeight="1.0px"
android:layout_below="@id/news_home_title"
android:fadeScrollbars="true" />
</RelativeLayout>