aboutsummaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorjruesga <jorge@ruesga.com>2013-07-01 02:42:54 +0200
committerjruesga <jorge@ruesga.com>2013-07-01 02:42:54 +0200
commitf29d68d929061ccbb982019c5020be721bbef862 (patch)
tree24ce41fb0dd7f942ca9dbe956fe93fe836da66c2 /res/menu
downloadandroid_packages_wallpapers_PhotoPhase-f29d68d929061ccbb982019c5020be721bbef862.tar.gz
android_packages_wallpapers_PhotoPhase-f29d68d929061ccbb982019c5020be721bbef862.tar.bz2
android_packages_wallpapers_PhotoPhase-f29d68d929061ccbb982019c5020be721bbef862.zip
Initial commit
Signed-off-by: jruesga <jorge@ruesga.com>
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/album_actions.xml24
-rw-r--r--res/menu/albums.xml22
-rw-r--r--res/menu/main.xml21
-rw-r--r--res/menu/pictures_actions.xml27
4 files changed, 94 insertions, 0 deletions
diff --git a/res/menu/album_actions.xml b/res/menu/album_actions.xml
new file mode 100644
index 0000000..a01d014
--- /dev/null
+++ b/res/menu/album_actions.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2013 The CyanogenMod 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/mnu_select_album"
+ android:title="@string/mnu_select_album"
+ android:showAsAction="never" />
+ <item android:id="@+id/mnu_deselect_album"
+ android:title="@string/mnu_deselect_album"
+ android:showAsAction="never" />
+</menu>
diff --git a/res/menu/albums.xml b/res/menu/albums.xml
new file mode 100644
index 0000000..4a64b62
--- /dev/null
+++ b/res/menu/albums.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2013 The CyanogenMod 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/mnu_ok"
+ android:title="@string/mnu_ok"
+ android:icon="@drawable/ic_accept"
+ android:showAsAction="always|withText" />
+</menu>
diff --git a/res/menu/main.xml b/res/menu/main.xml
new file mode 100644
index 0000000..772ec04
--- /dev/null
+++ b/res/menu/main.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2013 The CyanogenMod 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/mnu_settings"
+ android:title="@string/mnu_settings"
+ android:showAsAction="never" />
+</menu>
diff --git a/res/menu/pictures_actions.xml b/res/menu/pictures_actions.xml
new file mode 100644
index 0000000..f1eecc5
--- /dev/null
+++ b/res/menu/pictures_actions.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2013 The CyanogenMod 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/mnu_select_all"
+ android:title="@string/mnu_select_all"
+ android:showAsAction="never" />
+ <item android:id="@+id/mnu_deselect_all"
+ android:title="@string/mnu_deselect_all"
+ android:showAsAction="never" />
+ <item android:id="@+id/mnu_invert_selection"
+ android:title="@string/mnu_invert_selection"
+ android:showAsAction="never" />
+</menu>