From e847d1808788d1c500b64a0e2466f2236e9b3154 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Sat, 18 Feb 2023 09:39:04 +0100 Subject: [PATCH] Remove the ripple effect on the video title --- app/src/main/res/layout/fragment_player.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout/fragment_player.xml b/app/src/main/res/layout/fragment_player.xml index 1bb8a92a9..cc9535c44 100644 --- a/app/src/main/res/layout/fragment_player.xml +++ b/app/src/main/res/layout/fragment_player.xml @@ -29,7 +29,6 @@ android:id="@+id/player_title_layout" android:layout_width="match_parent" android:layout_height="wrap_content" - android:background="?selectableItemBackground" android:layout_gravity="center_vertical" android:orientation="vertical"> @@ -71,8 +70,8 @@ android:id="@+id/player_views_info" android:layout_width="0dp" android:layout_height="wrap_content" - android:layout_weight="1" android:layout_marginEnd="5dp" + android:layout_weight="1" tools:text="10M views 2 days ago " />