summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-06-04 06:56:04 +0300
committerAndrew Dolgov <[email protected]>2017-06-04 06:56:04 +0300
commitba12f1bba2d91509e2bafe52f4d019cba543257e (patch)
tree30af3b5615a433f3b6b2c338c5cec865187e3f90 /org.fox.ttrss/src/main/res/layout
parent4ce672fa8ed4b53a97084eb883fa2e108d0f0291 (diff)
headlines fragment: assorted fixes, mostly related to footer placement
video related fix if surface was destroyed while player was initializing
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout')
-rw-r--r--org.fox.ttrss/src/main/res/layout/headlines_footer.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_footer.xml b/org.fox.ttrss/src/main/res/layout/headlines_footer.xml
index ca5c6546..a734a294 100644
--- a/org.fox.ttrss/src/main/res/layout/headlines_footer.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_footer.xml
@@ -3,11 +3,12 @@
<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">
+ 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"/>