Better fix for scrollbar padding

This commit is contained in:
Maxime NATUREL 2022-12-19 10:53:45 +01:00
parent 7ea1f65fe3
commit 5bde84c059

View File

@ -1,11 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="vertical" android:orientation="vertical">
android:paddingHorizontal="24dp"
android:paddingBottom="32dp">
<View <View
android:layout_width="36dp" android:layout_width="36dp"
@ -19,14 +16,16 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="12dp" android:layout_marginTop="12dp"
android:paddingHorizontal="24dp"
android:text="@string/device_manager_filter_bottom_sheet_title" /> android:text="@string/device_manager_filter_bottom_sheet_title" />
<ScrollView <ScrollView
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:paddingEnd="5dp" android:clipToPadding="false"
android:scrollbarStyle="outsideOverlay" android:paddingHorizontal="24dp"
tools:ignore="RtlSymmetry"> android:paddingBottom="32dp"
android:scrollbarStyle="outsideOverlay">
<RadioGroup <RadioGroup
android:id="@+id/filterOptionsRadioGroup" android:id="@+id/filterOptionsRadioGroup"