summaryrefslogtreecommitdiffstats
path: root/res/xml/dashboard_categories.xml
diff options
context:
space:
mode:
authorJason Monk <jmonk@google.com>2015-06-03 13:18:07 -0400
committerJason Monk <jmonk@google.com>2015-06-03 13:18:07 -0400
commitf48c89ff7c383dc8891f552a125b2c7d395836b1 (patch)
tree1615ef28bd51d688a757e1712ce28fa0a78f3826 /res/xml/dashboard_categories.xml
parentfb32790adc9ed647ad4e77c9613a860f9b76e855 (diff)
downloadpackages_apps_Settings-f48c89ff7c383dc8891f552a125b2c7d395836b1.zip
packages_apps_Settings-f48c89ff7c383dc8891f552a125b2c7d395836b1.tar.gz
packages_apps_Settings-f48c89ff7c383dc8891f552a125b2c7d395836b1.tar.bz2
Reorder device category
Bug: 21588753 Change-Id: Ie01ad44b3bc9d2d3cac165e25b72a112896d4d2c
Diffstat (limited to 'res/xml/dashboard_categories.xml')
-rw-r--r--res/xml/dashboard_categories.xml26
1 files changed, 13 insertions, 13 deletions
diff --git a/res/xml/dashboard_categories.xml b/res/xml/dashboard_categories.xml
index ebddd78..c839792 100644
--- a/res/xml/dashboard_categories.xml
+++ b/res/xml/dashboard_categories.xml
@@ -102,6 +102,14 @@
android:icon="@drawable/ic_settings_notifications"
/>
+ <!-- Application Settings -->
+ <dashboard-tile
+ android:id="@+id/application_settings"
+ android:title="@string/applications_settings"
+ android:fragment="com.android.settings.applications.ManageApplications"
+ android:icon="@drawable/ic_settings_applications"
+ />
+
<!-- Storage -->
<dashboard-tile
android:id="@+id/storage_settings"
@@ -118,12 +126,12 @@
android:icon="@drawable/ic_settings_battery"
/>
- <!-- Application Settings -->
+ <!-- Memory -->
<dashboard-tile
- android:id="@+id/application_settings"
- android:title="@string/applications_settings"
- android:fragment="com.android.settings.applications.ManageApplications"
- android:icon="@drawable/ic_settings_applications"
+ android:id="@+id/manage_memory"
+ android:title="@string/memory_settings_title"
+ android:fragment="com.android.settings.applications.ProcessStatsSummary"
+ android:icon="@drawable/ic_settings_memory"
/>
<!-- Manage users -->
@@ -134,14 +142,6 @@
android:icon="@drawable/ic_settings_multiuser"
/>
- <!-- Memory -->
- <dashboard-tile
- android:id="@+id/manage_memory"
- android:title="@string/memory_settings_title"
- android:fragment="com.android.settings.applications.ProcessStatsSummary"
- android:icon="@drawable/ic_settings_memory"
- />
-
<!-- Manage NFC payment apps -->
<dashboard-tile
android:id="@+id/nfc_payment_settings"