diff options
author | ByteHamster <info@bytehamster.com> | 2020-06-14 19:07:44 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2020-06-14 19:07:44 +0200 |
commit | 8ee53e90234491b27e32f91c4fda88d30ef429d0 (patch) | |
tree | bcd6e55f26bc6741e20b0f3b383b738943de88b1 /app | |
parent | f48c75aa8344dd6ac8c4043c8f11097ae23c69d4 (diff) | |
download | AntennaPod-8ee53e90234491b27e32f91c4fda88d30ef429d0.zip |
Increase contrast for missing cover images
Diffstat (limited to 'app')
-rw-r--r-- | app/src/main/res/layout/subscription_item.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/layout/subscription_item.xml b/app/src/main/res/layout/subscription_item.xml index 29f94a7e6..e0c821868 100644 --- a/app/src/main/res/layout/subscription_item.xml +++ b/app/src/main/res/layout/subscription_item.xml @@ -21,7 +21,7 @@ android:id="@+id/txtvTitle" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="@color/light_gray" + android:background="@color/non_square_icon_background" android:layout_alignLeft="@+id/imgvCover" android:layout_alignRight="@+id/imgvCover" android:layout_alignStart="@+id/imgvCover" @@ -30,6 +30,7 @@ android:layout_alignBottom="@+id/imgvCover" android:ellipsize="end" android:gravity="center" + android:textColor="?android:attr/textColorPrimary" tools:text="@string/app_name" /> <jp.shts.android.library.TriangleLabelView |