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

Commit 950d0131 authored by Aayush Gupta's avatar Aayush Gupta
Browse files

Settings: Remove non-required collapse limit



Reveals additional/advanced settings by default that users interact with generally but are hidden away
from the general view requiring additional clicks to expose.

Signed-off-by: Aayush Gupta's avatarAayush Gupta <theimpulson@e.email>
parent 3dd3b771
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -19,8 +19,7 @@
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:settings="http://schemas.android.com/apk/res-auto"
    android:key="apps_and_notification_screen"
    android:title="@string/app_and_notification_dashboard_title"
    settings:initialExpandedChildrenCount="4">
    android:title="@string/app_and_notification_dashboard_title">
    <!-- the initial count should include the dynamic tiles -->

    <Preference
+1 −2
Original line number Diff line number Diff line
@@ -18,8 +18,7 @@
<PreferenceScreen
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:settings="http://schemas.android.com/apk/res-auto"
    android:key="installed_app_detail_settings_screen"
    settings:initialExpandedChildrenCount="6">
    android:key="installed_app_detail_settings_screen">

    <com.android.settingslib.widget.LayoutPreference
        android:key="header_view"
+1 −2
Original line number Diff line number Diff line
@@ -20,8 +20,7 @@
    xmlns:settings="http://schemas.android.com/apk/res-auto"
    android:key="display_settings_screen"
    android:title="@string/display_settings"
    settings:keywords="@string/keywords_display"
    settings:initialExpandedChildrenCount="5">
    settings:keywords="@string/keywords_display">

    <com.android.settingslib.RestrictedPreference
        android:key="brightness"
+1 −2
Original line number Diff line number Diff line
@@ -19,8 +19,7 @@
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:settings="http://schemas.android.com/apk/res-auto"
    xmlns:lineage="http://schemas.android.com/apk/res/lineageos.platform"
    android:title="@string/language_settings"
    settings:initialExpandedChildrenCount="3">
    android:title="@string/language_settings">

    <Preference
        android:key="phone_language"
+1 −2
Original line number Diff line number Diff line
@@ -35,8 +35,7 @@

    <PreferenceCategory
        android:key="location_advanced_settings"
        android:layout="@layout/preference_category_no_label"
        settings:initialExpandedChildrenCount="2">
        android:layout="@layout/preference_category_no_label">

        <!-- This preference category gets removed if new_recent_location_ui is disabled -->
        <Preference
Loading