aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-06-05 23:06:15 -0700
committerAllan Wang <me@allanwang.ca>2017-06-05 23:06:15 -0700
commitbc0559e9cc494df35d8cbeaf4aa49f16549ee3e3 (patch)
tree296c9a2c9912879497d845ed3bf5e6daf53dec86 /app/src/main/res/values
parentbb49bd9c9f4fe44426c9a576827ad6a96a3ebda4 (diff)
downloadfrost-bc0559e9cc494df35d8cbeaf4aa49f16549ee3e3.tar.gz
frost-bc0559e9cc494df35d8cbeaf4aa49f16549ee3e3.tar.bz2
frost-bc0559e9cc494df35d8cbeaf4aa49f16549ee3e3.zip
test
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/ids.xml4
-rw-r--r--app/src/main/res/values/strings.xml2
2 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/values/ids.xml b/app/src/main/res/values/ids.xml
new file mode 100644
index 00000000..8df89eb6
--- /dev/null
+++ b/app/src/main/res/values/ids.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <item name="item_account" type="id" />
+</resources> \ No newline at end of file
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index f99bd0ce..7287c4c0 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -25,4 +25,6 @@
<string name="loading_account">Getting everything ready…</string>
<string name="welcome">Welcome %s</string>
<string name="login">Login</string>
+ <string name="select_facebook_account">Select Facebook Account</string>
+ <string name="add_account">Add Account</string>
</resources>