summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/feeds_goback.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-02-11 16:11:59 +0300
committerAndrew Dolgov <[email protected]>2015-02-11 16:11:59 +0300
commit33424e80f2d4a96b2ef2224e4110b79f4f04de54 (patch)
tree318806fe09259cdf289d0d8f01943840ff04dcbc /org.fox.ttrss/src/main/res/layout/feeds_goback.xml
parent82f93c7b751988806043dbf3d4970c57d04782ea (diff)
fix goback layout height
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/feeds_goback.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/feeds_goback.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/feeds_goback.xml b/org.fox.ttrss/src/main/res/layout/feeds_goback.xml
index 39525829..91b65b4d 100755
--- a/org.fox.ttrss/src/main/res/layout/feeds_goback.xml
+++ b/org.fox.ttrss/src/main/res/layout/feeds_goback.xml
@@ -2,7 +2,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/feeds_row"
android:layout_width="match_parent"
- android:layout_height="?android:attr/listPreferredItemHeight"
+ android:layout_height="wrap_content"
android:descendantFocusability="blocksDescendants"
android:paddingLeft="16dp"
android:paddingRight="16dp"