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

Commit 02f4e36e authored by LuK1337's avatar LuK1337
Browse files

Settings: Bump privacy category's initial expanded children count to 10

* The default value of 4 is not even enough to fit
  AOSP prefs × Trust. Bumping it up to 10 lets us
  show AOSP × Trust × Google Apps prefs without
  collapsing them.

Change-Id: Ic133183cb97d1886b2dea6adff473ccc79fb0d90
parent 4d325bf9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
    xmlns:settings="http://schemas.android.com/apk/res-auto"
    android:key="privacy_dashboard_page"
    android:title="@string/privacy_dashboard_title"
    settings:initialExpandedChildrenCount="4">
    settings:initialExpandedChildrenCount="10">

    <!-- This preference isn't searchable, and user won't see title in this preference.
         So, we just set empty text for title. -->