adding some placeholder strings
This commit is contained in:
parent
cd26b96384
commit
b717f415b2
|
@ -22,7 +22,7 @@ class NewMessageActivity : SimpleActivity() {
|
||||||
override fun onCreate(savedInstanceState: Bundle?) {
|
override fun onCreate(savedInstanceState: Bundle?) {
|
||||||
super.onCreate(savedInstanceState)
|
super.onCreate(savedInstanceState)
|
||||||
setContentView(R.layout.activity_new_message)
|
setContentView(R.layout.activity_new_message)
|
||||||
title = getString(R.string.create_new_message)
|
title = getString(R.string.new_conversation)
|
||||||
updateTextColors(new_message_holder)
|
updateTextColors(new_message_holder)
|
||||||
|
|
||||||
window.setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_VISIBLE)
|
window.setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_VISIBLE)
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<string name="add_person">Adicionar pessoa</string>
|
<string name="add_person">Adicionar pessoa</string>
|
||||||
|
|
||||||
<!-- New message -->
|
<!-- New message -->
|
||||||
<string name="create_new_message">Criar mensagem</string>
|
<string name="new_conversation">New conversation</string>
|
||||||
<string name="add_contact_or_number">Adicionar contacto ou número…</string>
|
<string name="add_contact_or_number">Adicionar contacto ou número…</string>
|
||||||
<string name="suggestions">Sugestões</string>
|
<string name="suggestions">Sugestões</string>
|
||||||
|
|
||||||
|
|
|
@ -5,9 +5,11 @@
|
||||||
<string name="message_not_sent">Message has not been sent.</string>
|
<string name="message_not_sent">Message has not been sent.</string>
|
||||||
<string name="add_person">Add Person</string>
|
<string name="add_person">Add Person</string>
|
||||||
<string name="attachment">Attachment</string>
|
<string name="attachment">Attachment</string>
|
||||||
|
<string name="no_conversations_found">No stored conversations have been found</string>
|
||||||
|
<string name="start_conversation">Start a conversation</string>
|
||||||
|
|
||||||
<!-- New message -->
|
<!-- New conversation -->
|
||||||
<string name="create_new_message">Create new message</string>
|
<string name="new_conversation">New conversation</string>
|
||||||
<string name="add_contact_or_number">Add Contact or Number…</string>
|
<string name="add_contact_or_number">Add Contact or Number…</string>
|
||||||
<string name="suggestions">Suggestions</string>
|
<string name="suggestions">Suggestions</string>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue