diff options
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/ids.xml | 10 | ||||
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/values/strings_preferences | 5 |
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 |