From 5ce5ef4d388cebf30032da618d22efe130ed70a2 Mon Sep 17 00:00:00 2001 From: CappielloAntonio Date: Fri, 30 Apr 2021 08:53:07 +0200 Subject: [PATCH] Added clipCildren property to newly added buttons --- app/src/main/res/layout/fragment_home.xml | 3 ++- app/src/main/res/layout/fragment_song_list_page.xml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/fragment_home.xml b/app/src/main/res/layout/fragment_home.xml index cb1e7d57..4c4d5773 100644 --- a/app/src/main/res/layout/fragment_home.xml +++ b/app/src/main/res/layout/fragment_home.xml @@ -26,7 +26,8 @@ android:orientation="horizontal" android:paddingStart="8dp" android:paddingTop="8dp" - android:paddingEnd="8dp"> + android:paddingEnd="8dp" + android:clipChildren="false"> + app:layout_scrollFlags="scroll|exitUntilCollapsed|snap" + android:clipChildren="false">