From 63b3ac8e04ae113e84504d68e745cc6095ad6618 Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Mon, 4 May 2020 22:54:53 +0200 Subject: Make subscriptions view more consistent when showing non-square images --- app/src/main/res/layout/feeditemlist_item.xml | 2 +- app/src/main/res/layout/subscription_item.xml | 4 +++- core/src/main/res/values/colors.xml | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/feeditemlist_item.xml b/app/src/main/res/layout/feeditemlist_item.xml index 62ce30788..5a7ba4754 100644 --- a/app/src/main/res/layout/feeditemlist_item.xml +++ b/app/src/main/res/layout/feeditemlist_item.xml @@ -42,7 +42,7 @@ android:layout_marginRight="@dimen/listitem_threeline_textleftpadding" android:layout_marginEnd="@dimen/listitem_threeline_textleftpadding" android:id="@+id/coverHolder" - app:cardBackgroundColor="#33777777" + app:cardBackgroundColor="@color/non_square_icon_background" app:cardCornerRadius="4dp" app:cardElevation="0dp"> diff --git a/app/src/main/res/layout/subscription_item.xml b/app/src/main/res/layout/subscription_item.xml index a01b6d070..29f94a7e6 100644 --- a/app/src/main/res/layout/subscription_item.xml +++ b/app/src/main/res/layout/subscription_item.xml @@ -5,13 +5,15 @@ xmlns:tools="http://schemas.android.com/tools" xmlns:squareImageView="http://schemas.android.com/apk/de.danoeh.antennapod" android:layout_width="match_parent" - android:layout_height="match_parent"> + android:layout_height="match_parent" + android:foreground="?attr/selectableItemBackground"> diff --git a/core/src/main/res/values/colors.xml b/core/src/main/res/values/colors.xml index c553f2e14..cc04db2dd 100644 --- a/core/src/main/res/values/colors.xml +++ b/core/src/main/res/values/colors.xml @@ -17,6 +17,7 @@ #DDDDDD #414141 #414141 + #22777777 #0078C2 #5C9DFF -- cgit v1.2.3