Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 124251d5 authored by Doris Ling's avatar Doris Ling
Browse files

Add scrollbar to Settings app.

Overlay PreferenceTheme to add scrollbar to the view, and also add
scrollbar to the dashboard.

Change-Id: I2273b0825b200048bd1914923b551a593aa1e16d
Fixes: 30204662
Test: manual - Launch Settings and different sub-settings, and verify
that scrollbar is shown for screen that can be scrolled.
parent 0948ce0c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -25,4 +25,5 @@
    android:paddingStart="@dimen/dashboard_padding_start"
    android:paddingEnd="@dimen/dashboard_padding_end"
    android:paddingTop="@dimen/dashboard_padding_top"
    android:paddingBottom="@dimen/dashboard_padding_bottom"/>
    android:paddingBottom="@dimen/dashboard_padding_bottom"
    android:scrollbars="vertical"/>
+1 −0
Original line number Diff line number Diff line
@@ -99,6 +99,7 @@
        <item name="@dropdownPreferenceStyle">@style/Preference.DropDown.Material</item>
        <item name="@android:preferenceFragmentStyle">@style/PreferenceFragmentStyle</item>
        <item name="apnPreferenceStyle">@style/ApnPreference</item>
        <item name="android:scrollbars">vertical</item>
    </style>

    <style name="PreferenceTheme.SetupWizard" parent="SetupWizardTheme">