summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/searchlist_item.xml
diff options
context:
space:
mode:
authorFalko <git@habales.de>2019-01-05 13:05:17 +0100
committerGitHub <noreply@github.com>2019-01-05 13:05:17 +0100
commit73ce903a49d7afe8ef41985bc98d94359823eb9e (patch)
treea4c4d6e9d54581e451c0acb9d90de6877a3ad546 /app/src/main/res/layout/searchlist_item.xml
parent90cc07c9bb7335e5b8a2e4035f11f111d0af76cc (diff)
parent8252f6a41d76e5ed9899d5a1d6ac926d77a4bc9b (diff)
downloadAntennaPod-73ce903a49d7afe8ef41985bc98d94359823eb9e.zip
Merge pull request #1 from AntennaPod/develop
upstream
Diffstat (limited to 'app/src/main/res/layout/searchlist_item.xml')
-rw-r--r--app/src/main/res/layout/searchlist_item.xml14
1 files changed, 9 insertions, 5 deletions
diff --git a/app/src/main/res/layout/searchlist_item.xml b/app/src/main/res/layout/searchlist_item.xml
index a8b8e7b62..50374c737 100644
--- a/app/src/main/res/layout/searchlist_item.xml
+++ b/app/src/main/res/layout/searchlist_item.xml
@@ -2,18 +2,20 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
- android:layout_height="@dimen/listitem_threeline_height"
- tools:background="@android:color/darker_gray">
+ android:layout_height="wrap_content"
+ tools:background="@android:color/darker_gray"
+ android:paddingTop="@dimen/listitem_threeline_verticalpadding"
+ android:paddingBottom="@dimen/listitem_threeline_verticalpadding">
<ImageView
android:id="@+id/imgvFeedimage"
android:layout_width="@dimen/thumbnail_length_itemlist"
android:layout_height="@dimen/thumbnail_length_itemlist"
android:layout_alignParentLeft="true"
+ android:layout_alignParentStart="true"
android:layout_centerVertical="true"
- android:layout_marginBottom="@dimen/listitem_threeline_verticalpadding"
android:layout_marginLeft="@dimen/listitem_threeline_horizontalpadding"
- android:layout_marginTop="@dimen/listitem_threeline_verticalpadding"
+ android:layout_marginStart="@dimen/listitem_threeline_horizontalpadding"
android:contentDescription="@string/cover_label"
android:scaleType="centerCrop"
tools:src="@drawable/ic_stat_antenna_default"
@@ -23,9 +25,11 @@
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_marginLeft="@dimen/listitem_iconwithtext_textleftpadding"
+ android:layout_marginStart="@dimen/listitem_iconwithtext_textleftpadding"
android:layout_marginRight="@dimen/listitem_threeline_verticalpadding"
- android:layout_marginTop="@dimen/listitem_threeline_verticalpadding"
+ android:layout_marginEnd="@dimen/listitem_threeline_verticalpadding"
android:layout_toRightOf="@id/imgvFeedimage"
+ android:layout_toEndOf="@id/imgvFeedimage"
android:orientation="vertical"
tools:background="@android:color/holo_red_dark">