Update App Info page layout.
- Update the header view layout to move the app icon to the left. - Re-order the preference items on the page: Notifications, Permissions, Storage, Data usage, Battery, Default Change-Id: I936df7ed8305c0b5deae8b1d812e05833c2b7f11 Bug: 34977561 Test: Visual
This commit is contained in:
@@ -22,6 +22,16 @@
|
||||
android:layout="@layout/app_details"
|
||||
android:selectable="false"/>
|
||||
|
||||
<Preference
|
||||
android:key="notification_settings"
|
||||
android:title="@string/notifications_label"
|
||||
android:selectable="true"/>
|
||||
|
||||
<Preference
|
||||
android:key="permission_settings"
|
||||
android:title="@string/permissions_label"
|
||||
android:selectable="true"/>
|
||||
|
||||
<Preference
|
||||
android:key="storage_settings"
|
||||
android:title="@string/storage_settings"
|
||||
@@ -33,13 +43,8 @@
|
||||
android:selectable="true"/>
|
||||
|
||||
<Preference
|
||||
android:key="permission_settings"
|
||||
android:title="@string/permissions_label"
|
||||
android:selectable="true"/>
|
||||
|
||||
<Preference
|
||||
android:key="notification_settings"
|
||||
android:title="@string/notifications_label"
|
||||
android:key="battery"
|
||||
android:title="@string/power_usage_summary_title"
|
||||
android:selectable="true"/>
|
||||
|
||||
<Preference
|
||||
@@ -47,11 +52,6 @@
|
||||
android:title="@string/launch_by_default"
|
||||
android:selectable="true"/>
|
||||
|
||||
<Preference
|
||||
android:key="battery"
|
||||
android:title="@string/power_usage_summary_title"
|
||||
android:selectable="true"/>
|
||||
|
||||
<Preference
|
||||
android:key="memory"
|
||||
android:title="@string/memory_settings_title"
|
||||
|
Reference in New Issue
Block a user