summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/new_episodes_listitem.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/new_episodes_listitem.xml')
-rw-r--r--app/src/main/res/layout/new_episodes_listitem.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/src/main/res/layout/new_episodes_listitem.xml b/app/src/main/res/layout/new_episodes_listitem.xml
index 944711aec..357d05c38 100644
--- a/app/src/main/res/layout/new_episodes_listitem.xml
+++ b/app/src/main/res/layout/new_episodes_listitem.xml
@@ -10,10 +10,11 @@
<LinearLayout
android:id="@+id/content"
android:layout_width="match_parent"
- android:layout_height="@dimen/listitem_threeline_height"
+ android:layout_height="wrap_content"
android:background="?attr/selectableItemBackground"
android:orientation="horizontal"
- tools:background="@android:color/darker_gray">
+ tools:background="@android:color/darker_gray"
+ android:gravity="center_vertical">
<RelativeLayout
android:layout_width="wrap_content"
@@ -48,7 +49,7 @@
<RelativeLayout
android:layout_width="0dp"
- android:layout_height="match_parent"
+ android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/listitem_threeline_verticalpadding"
android:layout_marginLeft="@dimen/listitem_threeline_textleftpadding"
android:layout_marginRight="@dimen/listitem_threeline_textrightpadding"