aboutsummaryrefslogtreecommitdiffstats
path: root/res/menu/albums.xml
diff options
context:
space:
mode:
authorjruesga <jorge@ruesga.com>2013-07-02 23:43:25 +0200
committerjruesga <jorge@ruesga.com>2013-07-02 23:43:25 +0200
commitcd2132689e0da3f1d71e49edc0e3040aa58faa26 (patch)
tree283dc99fa4e068881f29adbc574af265f2b8c44e /res/menu/albums.xml
parent3dd2a72ffbc6a589ffef60ee326f83adbee20b99 (diff)
downloadandroid_packages_wallpapers_PhotoPhase-cd2132689e0da3f1d71e49edc0e3040aa58faa26.tar.gz
android_packages_wallpapers_PhotoPhase-cd2132689e0da3f1d71e49edc0e3040aa58faa26.tar.bz2
android_packages_wallpapers_PhotoPhase-cd2132689e0da3f1d71e49edc0e3040aa58faa26.zip
Add restore option in album preference
Signed-off-by: jruesga <jorge@ruesga.com>
Diffstat (limited to 'res/menu/albums.xml')
-rw-r--r--res/menu/albums.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/res/menu/albums.xml b/res/menu/albums.xml
deleted file mode 100644
index 4a64b62..0000000
--- a/res/menu/albums.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?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>