From 0e5fc966a09e7d9208d3d91f66daa402c4f92d34 Mon Sep 17 00:00:00 2001 From: Hamza417 <23103729+Hamza417@users.noreply.github.com> Date: Sun, 29 Dec 2024 09:41:26 +0530 Subject: [PATCH] fix: preferences header overlapping --- app/src/main/res/layout/fragment_preferences.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_preferences.xml b/app/src/main/res/layout/fragment_preferences.xml index a7b97e847..eb12cd9aa 100644 --- a/app/src/main/res/layout/fragment_preferences.xml +++ b/app/src/main/res/layout/fragment_preferences.xml @@ -5,7 +5,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:background="@android:color/white" - android:clipChildren="false" + android:clipChildren="true" android:clipToPadding="false" android:orientation="vertical">