summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorAnnie Chin <afchin@google.com>2016-10-14 14:23:45 -0700
committerJustin Klaassen <justinklaassen@google.com>2016-10-14 14:27:53 -0700
commitabd202fd1c0f5e8b393b57b14ea14e2310038ae6 (patch)
treea6cf1e881f683dcd43225ac877b0a7a8238d3cf1 /res/values
parentdea668a18e1a1739784db191f565a973955130b0 (diff)
downloadandroid_packages_apps_ExactCalculator-abd202fd1c0f5e8b393b57b14ea14e2310038ae6.tar.gz
android_packages_apps_ExactCalculator-abd202fd1c0f5e8b393b57b14ea14e2310038ae6.tar.bz2
android_packages_apps_ExactCalculator-abd202fd1c0f5e8b393b57b14ea14e2310038ae6.zip
Add basic HistoryFragment
Bug: 31623549 Test: Manually verified history fragment can be added / removed. Change-Id: Ib3ae8d976811f057d9b99dd503abcaa47ac92ae7
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 137a141..fd916a7 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -276,5 +276,13 @@
<string name="menu_fraction">Answer as fraction</string>
<!-- Menu option to view the app's open source licenses. [CHAR_LIMIT=40] -->
<string name="menu_licenses">Open source licenses</string>
-
+ <!-- Menu option to access calculation history. [CHAR_LIMIT=40] -->
+ <string name="menu_history">History</string>
+ <!-- Menu option to clear calculation history. [CHAR_LIMIT=40] -->
+ <string name="menu_clear_history">Clear history</string>
+
+ <!-- Action bar title in history page. [CHAR_LIMIT=40] -->
+ <string name="title_history">History</string>
+ <!-- Action bar navigate up description in history page. [CHAR_LIMIT=40] -->
+ <string name="desc_navigate_up">Navigate up</string>
</resources>