summaryrefslogtreecommitdiffstats
path: root/res/menu/sim_msg_multi_select_menu.xml
diff options
context:
space:
mode:
authortnmy-cyngn <tlnu@cyngn.com>2016-05-09 01:22:13 +0530
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-05-11 10:38:17 -0700
commit0dabdec1f6f6f90b6a0cd45646bdbf5fa79cde74 (patch)
tree7a7cdf30f367db4f93ad187f00ff980bf3b5bbd5 /res/menu/sim_msg_multi_select_menu.xml
parent1f769b00e211fae9f482f063e27efeab39c874ab (diff)
downloadandroid_packages_apps_Messaging-0dabdec1f6f6f90b6a0cd45646bdbf5fa79cde74.tar.gz
android_packages_apps_Messaging-0dabdec1f6f6f90b6a0cd45646bdbf5fa79cde74.tar.bz2
android_packages_apps_Messaging-0dabdec1f6f6f90b6a0cd45646bdbf5fa79cde74.zip
Save messages to SIM feature
Porting save message to SIM feature from 12.1 to 13.0 Bug-Id: PAELLA-221 Change-Id: Id340d2cd5bb1ec0fa82cfbea8575999e65f4c34e
Diffstat (limited to 'res/menu/sim_msg_multi_select_menu.xml')
-rw-r--r--res/menu/sim_msg_multi_select_menu.xml38
1 files changed, 38 insertions, 0 deletions
diff --git a/res/menu/sim_msg_multi_select_menu.xml b/res/menu/sim_msg_multi_select_menu.xml
new file mode 100644
index 0000000..057adc8
--- /dev/null
+++ b/res/menu/sim_msg_multi_select_menu.xml
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Copyright (c) 2014, The Linux Foundation. All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above
+ copyright notice, this list of conditions and the following
+ disclaimer in the documentation and/or other materials provided
+ with the distribution.
+ * Neither the name of The Linux Foundation nor the names of its
+ contributors may be used to endorse or promote products derived
+ from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
+WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
+ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
+BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
+IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+-->
+<menu xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:appcompat="http://schemas.android.com/apk/res-auto">
+ <item
+ android:id="@+id/delete"
+ android:icon="@drawable/ic_delete_small_dark"
+ appcompat:showAsAction="always"
+ android:title="@string/delete"/>
+</menu>