diff options
| author | cyberta <cyberta@riseup.net> | 2026-01-21 02:02:08 +0100 |
|---|---|---|
| committer | cyberta <cyberta@riseup.net> | 2026-01-21 02:13:45 +0100 |
| commit | c426ed832f3393370cb0193a4cff218c1ae08783 (patch) | |
| tree | 40122d2eda5de6d5954438ca8574d327e8968fb6 /app/src/main/res | |
| parent | 4d20f15c7dfd530a4db119d84a0315a7dec5cd3d (diff) | |
adjust provider selection scroll view bottom padding depending on keyboard
Diffstat (limited to 'app/src/main/res')
| -rw-r--r-- | app/src/main/res/layout/f_provider_selection.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/src/main/res/layout/f_provider_selection.xml b/app/src/main/res/layout/f_provider_selection.xml index e5e0e9d6..6623aa03 100644 --- a/app/src/main/res/layout/f_provider_selection.xml +++ b/app/src/main/res/layout/f_provider_selection.xml @@ -1,13 +1,15 @@ <?xml version="1.0" encoding="utf-8"?> - <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" android:padding="@dimen/stdpadding" + android:id="@+id/scrollView" android:layout_margin="@dimen/activity_margin" + android:layout_marginBottom="0dp" + android:clipToPadding="false" tools:context=".providersetup.fragments.ProviderSelectionFragment"> <androidx.appcompat.widget.LinearLayoutCompat @@ -69,7 +71,6 @@ android:layout_height="wrap_content" android:orientation="vertical" android:padding="@dimen/activity_margin" - android:paddingBottom="@dimen/list_view_margin_top" android:background="@color/color_provider_description_background" android:id="@+id/expandable_detail_container"> <androidx.appcompat.widget.AppCompatTextView |
