diff --git a/app/src/main/res/layout/channel_subscription_row.xml b/app/src/main/res/layout/channel_subscription_row.xml index 4c11142799..d0785680ba 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 8f9ff3e4d3..24e140d835 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">