tt-rss-android/org.fox.ttrss/src/main/res/layout/headlines_footer.xml
Andrew Dolgov ba12f1bba2 headlines fragment: assorted fixes, mostly related to footer placement
video related fix if surface was destroyed while player was initializing
2017-06-04 06:56:04 +03:00

16 lines
521 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="wrap_content">
<View
android:layout_gravity="top|center_horizontal"
android:layout_marginTop="10dp"
android:layout_marginBottom="10dp"
android:layout_width="128dp"
android:layout_height="1dp"
android:background="?headlineFooterColor"/>
</FrameLayout>