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

Commit 12a285af authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Tweak Memory use layout in Developer options" into sc-dev

parents 3117d908 33211046
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:paddingStart="@dimen/preference_no_icon_padding_start"
    android:paddingStart="?android:attr/listPreferredItemPaddingStart"
    android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
    android:orientation="vertical">

+0 −2
Original line number Diff line number Diff line
@@ -25,7 +25,6 @@

        <Preference
            android:key="memory"
            android:icon="@drawable/ic_settings_memory"
            android:title="@string/memory_settings_title"
            android:summary="@string/summary_placeholder"
            android:fragment="com.android.settings.applications.ProcessStatsSummary" />
@@ -297,7 +296,6 @@
        <com.android.settingslib.RestrictedSwitchPreference
            android:key="default_usb_configuration"
            android:fragment="com.android.settings.connecteddevice.usb.UsbDefaultFragment"
            android:icon="@drawable/ic_usb"
            android:title="@string/usb_default_label"/>

        <SwitchPreference