Fix settings background

This commit is contained in:
Koitharu
2023-06-09 16:29:36 +03:00
parent 75305c0b94
commit b930272221
3 changed files with 5 additions and 2 deletions

View File

@@ -6,6 +6,7 @@
android:id="@+id/recyclerView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?android:colorBackground"
android:clipToPadding="false"
android:orientation="vertical"
android:scrollbars="vertical"