From 9e55014a133b7f77f65aadb456e33d5affd97dcf Mon Sep 17 00:00:00 2001 From: Stypox Date: Tue, 25 Apr 2023 19:18:34 +0200 Subject: [PATCH] Fix wrongly themed channel header Since it is embedded in the app bar and has red as background color, it should be themed in the same way as the toolbar. --- app/src/main/res/layout/fragment_channel.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/fragment_channel.xml b/app/src/main/res/layout/fragment_channel.xml index cd3e371c5..f557e3396 100644 --- a/app/src/main/res/layout/fragment_channel.xml +++ b/app/src/main/res/layout/fragment_channel.xml @@ -5,10 +5,13 @@ android:layout_width="match_parent" android:layout_height="match_parent"> + + app:strokeWidth="2dp" + app:tint="@null" />