summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorDmitri Plotnikov <dplotnikov@google.com>2011-01-17 18:23:37 -0800
committerDmitri Plotnikov <dplotnikov@google.com>2011-01-17 18:23:37 -0800
commitde3eec25069ffdd5b83fbbca90277d4a1f0d232b (patch)
tree64364d99832758ccf4ed355a37acd2d51232cb24 /res/values
parent2501811e0d216bce30ce01823ed1a8191333d4c1 (diff)
downloadandroid_packages_apps_ExactCalculator-de3eec25069ffdd5b83fbbca90277d4a1f0d232b.tar.gz
android_packages_apps_ExactCalculator-de3eec25069ffdd5b83fbbca90277d4a1f0d232b.tar.bz2
android_packages_apps_ExactCalculator-de3eec25069ffdd5b83fbbca90277d4a1f0d232b.zip
Adding copy on long press and removing the action bar
Change-Id: I258918e6db10ca89626d4b3228e579121f7495d1
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 9445892..6d64e7c 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -88,4 +88,6 @@
<string name="advanced">Advanced panel</string>
<!-- Menu item text to clear the calculation history. -->
<string name="clear_history">Clear history</string>
+ <!-- Toast shown when text is copied to the clipboard. -->
+ <string name="text_copied_toast">Text copied</string>
</resources>