summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authornebkat <nebkat@gmail.com>2011-12-26 12:36:32 +0000
committernebkat <nebkat@teamhacksung.org>2011-12-29 12:25:31 +0000
commit51480b8f3978c2c464c493ba39caec840228786c (patch)
tree1383b90c35d93a31fee29959c8e13fc7eb93bc7e /res
parentcd3ed5a32ac51aef267b0b70f325da7118d77317 (diff)
downloadandroid_packages_apps_Trebuchet-51480b8f3978c2c464c493ba39caec840228786c.tar.gz
android_packages_apps_Trebuchet-51480b8f3978c2c464c493ba39caec840228786c.tar.bz2
android_packages_apps_Trebuchet-51480b8f3978c2c464c493ba39caec840228786c.zip
AppsCustomize: Apps Sorting Mode
Change-Id: I9b376c39da3039b7c9a37f0748a1d6b5dc67a471
Diffstat (limited to 'res')
-rw-r--r--res/menu/apps_tab.xml10
-rw-r--r--res/values/strings.xml5
2 files changed, 15 insertions, 0 deletions
diff --git a/res/menu/apps_tab.xml b/res/menu/apps_tab.xml
new file mode 100644
index 000000000..8e95139d1
--- /dev/null
+++ b/res/menu/apps_tab.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<menu xmlns:android="http://schemas.android.com/apk/res/android">
+ <group android:checkableBehavior="single">
+ <item android:id="@+id/apps_sort_title"
+ android:title="@string/menu_apps_sort_title"
+ android:checked="true" />
+ <item android:id="@+id/apps_sort_install_date"
+ android:title="@string/menu_apps_sort_install_date" />
+ </group>
+</menu>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 3f4f89cfe..f8ed8476c 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -155,6 +155,11 @@ s -->
<!-- Noun, menu item used to show help. [CHAR_LIMIT=none] -->
<string name="menu_help">Help</string>
+ <!-- Noun, menu item used to sort apps by name -->
+ <string name="menu_apps_sort_title">Name</string>
+ <!-- Noun, menu item used to sort apps by install date -->
+ <string name="menu_apps_sort_install_date">Install Date</string>
+
<!-- URL pointing to help text. If empty, no link to help will be created [DO NOT TRANSLATE] -->
<string name="help_url" translatable="false"></string>