summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorTom Taylor <tomtaylor@google.com>2011-02-25 10:58:34 -0800
committerTom Taylor <tomtaylor@google.com>2011-02-25 10:58:34 -0800
commit58a104a69871bd7e93afd768ceca5df1eac32ff9 (patch)
tree21d0673a9a516c1cacb6508f362469aedd0dcd29 /res
parentc50682dac4ffdccc763c3886bafaa734796d166d (diff)
downloadandroid_packages_apps_BasicSmsReceiver-58a104a69871bd7e93afd768ceca5df1eac32ff9.tar.gz
android_packages_apps_BasicSmsReceiver-58a104a69871bd7e93afd768ceca5df1eac32ff9.tar.bz2
android_packages_apps_BasicSmsReceiver-58a104a69871bd7e93afd768ceca5df1eac32ff9.zip
Add basic SMS functionality in Honeycomb to support EU roaming requirements
First cut. Bug 3444951 Change-Id: Iec634a8d0a784972b4b1eb57047dca36135a147d
Diffstat (limited to 'res')
-rwxr-xr-xres/drawable-hdpi/stat_notify_sms.pngbin0 -> 2398 bytes
-rwxr-xr-xres/drawable-mdpi/stat_notify_sms.pngbin0 -> 1949 bytes
-rwxr-xr-xres/values/strings.xml21
3 files changed, 21 insertions, 0 deletions
diff --git a/res/drawable-hdpi/stat_notify_sms.png b/res/drawable-hdpi/stat_notify_sms.png
new file mode 100755
index 0000000..1209c18
--- /dev/null
+++ b/res/drawable-hdpi/stat_notify_sms.png
Binary files differ
diff --git a/res/drawable-mdpi/stat_notify_sms.png b/res/drawable-mdpi/stat_notify_sms.png
new file mode 100755
index 0000000..5d05d50
--- /dev/null
+++ b/res/drawable-mdpi/stat_notify_sms.png
Binary files differ
diff --git a/res/values/strings.xml b/res/values/strings.xml
new file mode 100755
index 0000000..81dfc6d
--- /dev/null
+++ b/res/values/strings.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2007 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.
+-->
+
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="sms_app_name">Simple message receiver</string>
+ <string name="sms_message_from_format">Message from %1$s</string>
+ <string name="sms_done_button">Done</string>
+</resources>