summaryrefslogtreecommitdiffstats
path: root/res/xml/dashboard_categories.xml
diff options
context:
space:
mode:
authorjrizzoli <joey@cyanogenmoditalia.it>2015-11-16 22:15:32 +0100
committerGerrit Code Review <gerrit@cyanogenmod.org>2015-11-22 06:20:22 -0800
commitb55f89de1e0c8a8631551c02efcc091d0ee07b5d (patch)
tree94d95d5eaf52805019dbdd704e704c04ef75ab85 /res/xml/dashboard_categories.xml
parentbd3fe676619443b9060ffaa85abfe8e632e4340c (diff)
downloadpackages_apps_Settings-b55f89de1e0c8a8631551c02efcc091d0ee07b5d.zip
packages_apps_Settings-b55f89de1e0c8a8631551c02efcc091d0ee07b5d.tar.gz
packages_apps_Settings-b55f89de1e0c8a8631551c02efcc091d0ee07b5d.tar.bz2
Settings: update layouts
Settings: update layouts - User materialish oval shapes instead of rectangles - Rearrange notifications, wireless, display and sound entries - Update some strings Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it> Settings: update control ring stream string Signed-off-by: Jorge Ruesga <jorge@ruesga.com> WirelessSettings: Remove NFC category if there's no NFC adapter + Settings: add mobile network entry to dashboard Change-Id: I3fcd758f77a217e5c37a22f4d797398a7613b5a2 Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
Diffstat (limited to 'res/xml/dashboard_categories.xml')
-rw-r--r--res/xml/dashboard_categories.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/xml/dashboard_categories.xml b/res/xml/dashboard_categories.xml
index a8db559..a6013f0 100644
--- a/res/xml/dashboard_categories.xml
+++ b/res/xml/dashboard_categories.xml
@@ -39,6 +39,16 @@
android:icon="@drawable/ic_settings_bluetooth"
/>
+ <dashboard-tile
+ android:id="@+id/mobile_networks"
+ android:title="@string/network_settings_title"
+ android:icon="@drawable/ic_settings_cellular">
+ <intent
+ android:action="android.intent.action.MAIN"
+ android:targetPackage="com.android.phone"
+ android:targetClass="com.android.phone.MobileNetworkSettings" />
+ </dashboard-tile>
+
<!-- SIM Cards -->
<dashboard-tile
android:id="@+id/sim_settings"