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

Commit 33211046 authored by Edgar Wang's avatar Edgar Wang
Browse files

Tweak Memory use layout in Developer options

- Adjust Memory summary padding start
- Remove icons in developer options Settings

Bug: 189279355
Bug: 186609539

Test: visual verify
Change-Id: I0618e5f35a1748f8ccf7852f6516fb3267fcc582
parent 7164ec88
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