From bf2ac255670943ccd08d57b34e09b0d9dba46e26 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Fri, 17 Jun 2022 16:32:24 +0200 Subject: [PATCH] fix colors --- app/src/main/res/layout/channel_subscription_row.xml | 2 +- app/src/main/res/layout/fragment_channel.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/channel_subscription_row.xml b/app/src/main/res/layout/channel_subscription_row.xml index 9085e93b2..746ef9fd9 100644 --- a/app/src/main/res/layout/channel_subscription_row.xml +++ b/app/src/main/res/layout/channel_subscription_row.xml @@ -36,6 +36,6 @@ android:backgroundTint="?attr/colorOnPrimary" android:text="@string/unsubscribe" android:textSize="11dp" - android:textColor="@android:color/white" + android:textColor="?android:attr/textColorPrimary" app:cornerRadius="20dp" /> \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_channel.xml b/app/src/main/res/layout/fragment_channel.xml index a594e3de8..d37bc0a14 100644 --- a/app/src/main/res/layout/fragment_channel.xml +++ b/app/src/main/res/layout/fragment_channel.xml @@ -83,7 +83,7 @@ android:textColor="@android:color/white" android:textSize="11sp" android:drawableLeft="@drawable/ic_bell_small" - android:drawableTint="@android:color/white" /> + android:drawableTint="?android:attr/textColorPrimary" />