summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/headlines_row.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-06-01 17:03:11 +0300
committerAndrew Dolgov <[email protected]>2017-06-01 17:03:11 +0300
commit583578fe8afcdb1778b37c38f6e4ccc56c35612e (patch)
tree713b1b2ab31473995d5cd5503452bcac4b797474 /org.fox.ttrss/src/main/res/layout/headlines_row.xml
parent1ca3a7d681ae8088148bfa065aa726e07e9b5b4f (diff)
WIP: headlines list switched to recycler view
known issues: context menu not working
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/headlines_row.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row.xml b/org.fox.ttrss/src/main/res/layout/headlines_row.xml
index 1d4e135e..013000c9 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines_row.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row.xml
@@ -3,7 +3,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/headlines_row"
android:layout_width="wrap_content"
- android:layout_height="match_parent"
+ android:layout_height="wrap_content"
tools:ignore="HardcodedText">
<TableLayout