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

Commit 84a1acbc authored by Fan Zhang's avatar Fan Zhang Committed by Android (Google) Code Review
Browse files

Merge "Add below/above dividers for new action buttons"

parents bedd1d1e 86fcd905
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -32,7 +32,9 @@
        android:key="instant_app_buttons"
        android:layout="@layout/instant_app_buttons"
        android:selectable="false"
        android:order="-9999" />
        android:order="-9999"
        settings:allowDividerAbove="true"
        settings:allowDividerBelow="true"/>

    <com.android.settings.widget.ActionButtonPreference
        android:key="action_buttons"
+2 −2
Original line number Diff line number Diff line
@@ -24,7 +24,8 @@

    <com.android.settings.applications.SpacePreference
        android:key="storage_space"
        android:layout_height="8dp" />
        android:layout_height="8dp"
        settings:allowDividerAbove="true"/>

    <Preference
        android:key="storage_used"
@@ -41,7 +42,6 @@
    <PreferenceCategory
        android:key="storage_category"
        android:title="@string/app_info_storage_title"
        settings:allowDividerAbove="false"
        settings:allowDividerBelow="false">

        <Preference
+2 −1
Original line number Diff line number Diff line
@@ -23,7 +23,8 @@
        android:key="header_view"
        android:layout="@layout/settings_entity_header"
        android:selectable="false"
        android:order="-10000"/>
        android:order="-10000"
        settings:allowDividerBelow="true"/>

    <com.android.settings.widget.ActionButtonPreference
        android:key="action_buttons"