Skip to content

Commit

Permalink
fix: preferences header overlapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamza417 committed Dec 29, 2024
1 parent 7a5a78e commit 0e5fc96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">

Expand Down

0 comments on commit 0e5fc96

Please sign in to comment.