aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-06-12 16:51:27 -0700
committerAllan Wang <me@allanwang.ca>2017-06-12 16:51:27 -0700
commita17ae247c496d2ec8038f36428812f3c2e410d87 (patch)
tree310e5a4d49a08dd8dcf876cd8768ce0053ba2df0 /app/src/main/res/values
parent605a08c2e2e8634263d7626cf7471310add3acb2 (diff)
downloadfrost-a17ae247c496d2ec8038f36428812f3c2e410d87.tar.gz
frost-a17ae247c496d2ec8038f36428812f3c2e410d87.tar.bz2
frost-a17ae247c496d2ec8038f36428812f3c2e410d87.zip
Add kau and web scrolling
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/ids.xml10
-rw-r--r--app/src/main/res/values/strings.xml2
-rw-r--r--app/src/main/res/values/strings_preferences5
3 files changed, 16 insertions, 1 deletions
diff --git a/app/src/main/res/values/ids.xml b/app/src/main/res/values/ids.xml
index 8df89eb6..76a167af 100644
--- a/app/src/main/res/values/ids.xml
+++ b/app/src/main/res/values/ids.xml
@@ -1,4 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<item name="item_account" type="id" />
+ <item name="pref_item_header" type="id" />
+ <item name="pref_item_text" type="id" />
+ <item name="pref_item_checkbox" type="id" />
+
+ <item name="pref_view_title" type="id" />
+ <item name="pref_view_desc" type="id" />
+ <item name="pref_view_icon" type="id" />
+ <item name="pref_view_icon_frame" type="id" />
+ <item name="pref_view_inner_frame" type="id" />
+ <item name="pref_view_checkbox" 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 7287c4c0..323cb42a 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -27,4 +27,6 @@
<string name="login">Login</string>
<string name="select_facebook_account">Select Facebook Account</string>
<string name="add_account">Add Account</string>
+ <string name="add_account_desc">Add Facebook Account</string>
+ <string name="manage_account">Manage Account</string>
</resources>
diff --git a/app/src/main/res/values/strings_preferences b/app/src/main/res/values/strings_preferences
index 5b10d8ae..9cb29553 100644
--- a/app/src/main/res/values/strings_preferences
+++ b/app/src/main/res/values/strings_preferences
@@ -1,3 +1,6 @@
<resources>
- <string name="frost_pref_title_title">Settings</string>
+ <string name="settings">Settings</string>
+ <string name="text_color">Text Color</string>
+ <string name="background_color">Background Color</string>
+ <string name="header_color">Header Color</string>
</resources> \ No newline at end of file