diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 6c84efc811c..cd061fc0791 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -120,6 +120,7 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_shortcut_data_usage.xml b/res/drawable/ic_shortcut_data_usage.xml new file mode 100644 index 00000000000..d1d4cac588f --- /dev/null +++ b/res/drawable/ic_shortcut_data_usage.xml @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_shortcut_display.xml b/res/drawable/ic_shortcut_display.xml new file mode 100644 index 00000000000..9053f5f40c8 --- /dev/null +++ b/res/drawable/ic_shortcut_display.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_shortcut_storage.xml b/res/drawable/ic_shortcut_storage.xml new file mode 100644 index 00000000000..0729d1d8fa8 --- /dev/null +++ b/res/drawable/ic_shortcut_storage.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_shortcut_wireless.xml b/res/drawable/ic_shortcut_wireless.xml new file mode 100644 index 00000000000..1c4d1d79152 --- /dev/null +++ b/res/drawable/ic_shortcut_wireless.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/xml/shortcuts.xml b/res/xml/shortcuts.xml new file mode 100644 index 00000000000..e12c935e977 --- /dev/null +++ b/res/xml/shortcuts.xml @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file