diff --git a/src/android/app/src/main/res/layout/fragment_home_settings.xml b/src/android/app/src/main/res/layout/fragment_home_settings.xml index 5e1cf52d78..f37d7d551b 100644 --- a/src/android/app/src/main/res/layout/fragment_home_settings.xml +++ b/src/android/app/src/main/res/layout/fragment_home_settings.xml @@ -1,38 +1,48 @@ - + android:background="?attr/colorSurface"> - + + + android:layout_height="match_parent" + android:scrollbars="vertical" + android:fadeScrollbars="false" + android:clipToPadding="false" + android:background="@android:color/transparent" + android:defaultFocusHighlightEnabled="false"> - - - + android:orientation="vertical" + android:paddingHorizontal="16dp" + android:paddingTop="16dp"> - + - + + + + +