diff options
author | Marvin Borner | 2018-09-13 22:09:17 +0200 |
---|---|---|
committer | Marvin Borner | 2018-09-13 22:09:17 +0200 |
commit | 85509c84cfb00830d56185c2d7bc1fb0357be944 (patch) | |
tree | 5ec7c7527efcd4c060a961e20e3ea6ea4892925f /app/src/main/res/values | |
parent | db6887daf259f7d919493223002784ddd739249e (diff) |
Added better post layout :lipstick: :sparkles:
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/launcher_background.xml (renamed from app/src/main/res/values/ic_launcher_background.xml) | 0 | ||||
-rw-r--r-- | app/src/main/res/values/strings.xml | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/ic_launcher_background.xml b/app/src/main/res/values/launcher_background.xml index 23d3c2c..23d3c2c 100644 --- a/app/src/main/res/values/ic_launcher_background.xml +++ b/app/src/main/res/values/launcher_background.xml diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index df13742..496c715 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -37,6 +37,7 @@ <string name="bug_report_edit_title_hint">Title</string> <string name="bug_report_edit_description">Describe your issue</string> <string name="hello_blank_fragment">Hello blank fragment</string> + <string name="text_post_compose_hint">What\'s happening?</string> <!--<string name="pref_title_add_friends_to_messages">Add friends to messages</string> <string-array name="pref_example_list_titles"> |