diff --git a/app/src/main/res/layout/channel_subscription_row.xml b/app/src/main/res/layout/channel_subscription_row.xml index 591facca0..312ab98fd 100644 --- a/app/src/main/res/layout/channel_subscription_row.xml +++ b/app/src/main/res/layout/channel_subscription_row.xml @@ -34,8 +34,10 @@ android:layout_height="wrap_content" android:layout_alignParentEnd="true" android:layout_centerVertical="true" + android:stateListAnimator="@null" android:text="@string/subscribe" android:textColor="?android:attr/textColorPrimary" android:textSize="12sp" - app:cornerRadius="20dp" /> + app:cornerRadius="20dp" + app:elevation="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 45b4a8ff7..1e641004c 100644 --- a/app/src/main/res/layout/fragment_channel.xml +++ b/app/src/main/res/layout/fragment_channel.xml @@ -83,6 +83,8 @@ android:text="@string/subscribe" android:textColor="?android:attr/textColorPrimary" android:textSize="12sp" + android:stateListAnimator="@null" + app:elevation="20dp" app:cornerRadius="20dp" /> diff --git a/app/src/main/res/layout/fragment_subscriptions.xml b/app/src/main/res/layout/fragment_subscriptions.xml index fda53e70d..daf569237 100644 --- a/app/src/main/res/layout/fragment_subscriptions.xml +++ b/app/src/main/res/layout/fragment_subscriptions.xml @@ -67,6 +67,7 @@ android:layout_marginEnd="16dp" android:layout_marginBottom="16dp" android:visibility="gone" + app:cardElevation="20dp" app:cardCornerRadius="18dp">