summaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorVasu Nori <vnori@google.com>2011-01-25 13:39:16 -0800
committerVasu Nori <vnori@google.com>2011-02-18 12:05:13 -0800
commit21809740f2fd8fe8df4e300e5d1d15f0ccedbb5f (patch)
tree58fe4f333ff4fe1e7d58fa879a42e93b2395e903 /res/menu
parent55b8379d2f87c524272ce2e1d19d630ba9bbad6f (diff)
downloadpackages_apps_Settings-21809740f2fd8fe8df4e300e5d1d15f0ccedbb5f.tar.gz
packages_apps_Settings-21809740f2fd8fe8df4e300e5d1d15f0ccedbb5f.tar.bz2
packages_apps_Settings-21809740f2fd8fe8df4e300e5d1d15f0ccedbb5f.zip
display amount of storage on /sdcard by downloads, music etc
when music storage usage is clicked on, show music app when downloads storage usage is clicked on, show download app when pic/videos storage usage is clicked on, show gallery app Change-Id: Ia1c341013e550acb537e6f8a4f4558030888cc45
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/misc_files_menu.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/res/menu/misc_files_menu.xml b/res/menu/misc_files_menu.xml
new file mode 100644
index 000000000..80fdd2f65
--- /dev/null
+++ b/res/menu/misc_files_menu.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2011 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<menu xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:id="@+id/action_delete"
+ android:title="@string/delete"
+ android:icon="@android:drawable/ic_menu_delete"/>
+ <item android:id="@+id/action_select_all"
+ android:title="@string/select_all"
+ android:showAsAction="ifRoom" />
+</menu>
+