From 9fbf475b52185ef5618eaef968d10db71f2ebcdd Mon Sep 17 00:00:00 2001 From: Bnyro Date: Mon, 21 Aug 2023 18:07:41 +0200 Subject: [PATCH] fix: elevation of subscriptions toggle in subscriptions fragment --- app/src/main/res/layout/channel_subscription_row.xml | 5 +++-- app/src/main/res/layout/fragment_subscriptions.xml | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/channel_subscription_row.xml b/app/src/main/res/layout/channel_subscription_row.xml index 4c1114279..d0785680b 100644 --- a/app/src/main/res/layout/channel_subscription_row.xml +++ b/app/src/main/res/layout/channel_subscription_row.xml @@ -30,9 +30,9 @@ @@ -47,5 +47,6 @@ android:text="@string/unsubscribe" android:textColor="?android:attr/textColorPrimary" android:textSize="12sp" - app:cornerRadius="20dp" /> + app:cornerRadius="20dp" + app:elevation="10dp" /> \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_subscriptions.xml b/app/src/main/res/layout/fragment_subscriptions.xml index 8f9ff3e4d..24e140d83 100644 --- a/app/src/main/res/layout/fragment_subscriptions.xml +++ b/app/src/main/res/layout/fragment_subscriptions.xml @@ -64,7 +64,8 @@ android:layout_marginTop="5dp" android:layout_marginEnd="14dp" android:layout_marginBottom="12dp" - app:cardCornerRadius="18dp"> + app:cardCornerRadius="18dp" + app:cardElevation="10dp">