diff options
author | Marvin Borner | 2018-09-08 12:11:39 +0200 |
---|---|---|
committer | Marvin Borner | 2018-09-08 12:11:39 +0200 |
commit | 1f100b2221ab66087e3f5932cef4b73ec912f0dd (patch) | |
tree | eb9678f16cf4fc3a907ca51f93f09a31a73031cc /app/src/main/res/values | |
parent | c6647c0a6b136de1d369f9e629d47c36e20c4ea7 (diff) |
Began emoji selector fragment :sparkles: :construction:
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 573d20a..23030bc 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -33,6 +33,9 @@ <string name="bug_report_edit_title_hint">Title</string> <string name="bug_report_edit_description">Describe your issue</string> + <!-- TODO: Remove or change this placeholder text --> + <string name="hello_blank_fragment">Hello blank fragment</string> + <!--<string name="pref_title_add_friends_to_messages">Add friends to messages</string> <string-array name="pref_example_list_titles"> <item>Always</item> |