15 lines
481 B
XML
15 lines
481 B
XML
|
<?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"
|
||
|
android:background="?unreadCounterBackground"/>
|
||
|
|
||
|
</FrameLayout>
|