2014-10-31 10:00:54 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:id="@+id/headlines_footer"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent">
|
|
|
|
|
|
|
|
<View
|
|
|
|
android:layout_gravity="top|center_horizontal"
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
android:layout_width="128dp"
|
|
|
|
android:layout_height="1dp"
|
2014-11-01 08:02:01 +00:00
|
|
|
android:background="?feedsSelectedBackground"/>
|
2014-10-31 10:00:54 +00:00
|
|
|
|
|
|
|
</FrameLayout>
|