diff --git a/app/src/main/kotlin/com/simplemobiletools/smsmessenger/dialogs/ScheduleSendDialog.kt b/app/src/main/kotlin/com/simplemobiletools/smsmessenger/dialogs/ScheduleSendDialog.kt
index ddcf9506..b851df1a 100644
--- a/app/src/main/kotlin/com/simplemobiletools/smsmessenger/dialogs/ScheduleSendDialog.kt
+++ b/app/src/main/kotlin/com/simplemobiletools/smsmessenger/dialogs/ScheduleSendDialog.kt
@@ -27,7 +27,7 @@ class ScheduleSendDialog(private val activity: BaseSimpleActivity, private var d
init {
arrayOf(view.subtitle, view.edit_time, view.edit_date).forEach { it.setTextColor(textColor) }
- arrayOf(view.dateIcon, view.timeIcon).forEach { it.applyColorFilter(textColor) }
+ arrayOf(view.date_image, view.time_image).forEach { it.applyColorFilter(textColor) }
view.edit_date.setOnClickListener { showDatePicker() }
view.edit_time.setOnClickListener { showTimePicker() }
updateTexts(dateTime ?: DateTime.now().plusHours(1))
@@ -53,7 +53,7 @@ class ScheduleSendDialog(private val activity: BaseSimpleActivity, private var d
.setNegativeButton(R.string.cancel, null)
.apply {
previewShown = true
- activity.setupDialogStuff(view, this, R.string.schedule_send) { dialog ->
+ activity.setupDialogStuff(view, this, R.string.schedule_message) { dialog ->
previewDialog = dialog
dialog.getButton(AlertDialog.BUTTON_POSITIVE).setOnClickListener {
if (validateDateTime()) {
diff --git a/app/src/main/res/layout/schedule_message_dialog.xml b/app/src/main/res/layout/schedule_message_dialog.xml
index 67d7cf14..df015576 100644
--- a/app/src/main/res/layout/schedule_message_dialog.xml
+++ b/app/src/main/res/layout/schedule_message_dialog.xml
@@ -21,11 +21,12 @@
app:layout_constraintTop_toTopOf="parent" />
@@ -34,44 +35,47 @@
android:id="@+id/edit_date"
android:layout_width="0dp"
android:layout_height="wrap_content"
- android:layout_marginStart="@dimen/medium_margin"
- android:layout_marginEnd="@dimen/activity_margin"
android:background="?attr/selectableItemBackground"
android:ellipsize="end"
android:includeFontPadding="false"
- android:padding="@dimen/small_margin"
- android:textSize="@dimen/date_time_text_size"
- app:layout_constraintBottom_toBottomOf="@+id/dateIcon"
+ android:paddingStart="@dimen/medium_margin"
+ android:paddingTop="@dimen/normal_margin"
+ android:paddingEnd="@dimen/normal_margin"
+ android:paddingBottom="@dimen/normal_margin"
+ android:textSize="@dimen/big_text_size"
+ app:layout_constraintBottom_toBottomOf="@+id/date_image"
app:layout_constraintEnd_toEndOf="parent"
- app:layout_constraintStart_toEndOf="@+id/dateIcon"
- app:layout_constraintTop_toTopOf="@+id/dateIcon"
+ app:layout_constraintStart_toEndOf="@+id/date_image"
+ app:layout_constraintTop_toTopOf="@+id/date_image"
tools:text="25 sep, 2022" />
+ app:layout_constraintTop_toBottomOf="@+id/date_image" />
diff --git a/app/src/main/res/values-ar/strings.xml b/app/src/main/res/values-ar/strings.xml
index ab6cad46..00d394c6 100644
--- a/app/src/main/res/values-ar/strings.xml
+++ b/app/src/main/res/values-ar/strings.xml
@@ -35,10 +35,11 @@
اقتراحات
Scheduled message
+ Schedule message
Schedule send
Cancel schedule send
You must pick a time in the future
- Keep the phone on and make sure there is nothing killing the app in background
+ Keep the phone on and make sure there is nothing killing the app while in background
Update message
Send now
diff --git a/app/src/main/res/values-az/strings.xml b/app/src/main/res/values-az/strings.xml
index 3e732409..363e00cb 100644
--- a/app/src/main/res/values-az/strings.xml
+++ b/app/src/main/res/values-az/strings.xml
@@ -31,10 +31,11 @@
Suggestions
Scheduled message
+ Schedule message
Schedule send
Cancel schedule send
You must pick a time in the future
- Keep the phone on and make sure there is nothing killing the app in background
+ Keep the phone on and make sure there is nothing killing the app while in background
Update message
Send now
diff --git a/app/src/main/res/values-be/strings.xml b/app/src/main/res/values-be/strings.xml
index 69c64055..a4295f1f 100644
--- a/app/src/main/res/values-be/strings.xml
+++ b/app/src/main/res/values-be/strings.xml
@@ -33,10 +33,11 @@
Прапановы
Scheduled message
+ Schedule message
Schedule send
Cancel schedule send
You must pick a time in the future
- Keep the phone on and make sure there is nothing killing the app in background
+ Keep the phone on and make sure there is nothing killing the app while in background
Update message
Send now
diff --git a/app/src/main/res/values-bg/strings.xml b/app/src/main/res/values-bg/strings.xml
index b8ccf748..eb76653b 100644
--- a/app/src/main/res/values-bg/strings.xml
+++ b/app/src/main/res/values-bg/strings.xml
@@ -31,10 +31,11 @@
Предложения
Scheduled message
+ Schedule message
Schedule send
Cancel schedule send
You must pick a time in the future
- Keep the phone on and make sure there is nothing killing the app in background
+ Keep the phone on and make sure there is nothing killing the app while in background
Update message
Send now
diff --git a/app/src/main/res/values-ca/strings.xml b/app/src/main/res/values-ca/strings.xml
index 08df64ce..c5cff559 100644
--- a/app/src/main/res/values-ca/strings.xml
+++ b/app/src/main/res/values-ca/strings.xml
@@ -31,6 +31,7 @@
Suggeriments
Missatge programat
+ Schedule message
Programa l\'enviament
Cancel·la la programació de l\'enviament
Cal triar una hora futura
diff --git a/app/src/main/res/values-cr/strings.xml b/app/src/main/res/values-cr/strings.xml
index 3e732409..363e00cb 100644
--- a/app/src/main/res/values-cr/strings.xml
+++ b/app/src/main/res/values-cr/strings.xml
@@ -31,10 +31,11 @@
Suggestions
Scheduled message
+ Schedule message
Schedule send
Cancel schedule send
You must pick a time in the future
- Keep the phone on and make sure there is nothing killing the app in background
+ Keep the phone on and make sure there is nothing killing the app while in background
Update message
Send now
diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml
index 58f38e31..4802ddd9 100644
--- a/app/src/main/res/values-cs/strings.xml
+++ b/app/src/main/res/values-cs/strings.xml
@@ -32,6 +32,7 @@
Návrhy
Naplánovaná zpráva
+ Schedule message
Naplánovat odeslání
Zrušit plánované odeslání
Musíte vybrat čas v budoucnosti
diff --git a/app/src/main/res/values-da/strings.xml b/app/src/main/res/values-da/strings.xml
index bb6b047b..0fbb64fc 100644
--- a/app/src/main/res/values-da/strings.xml
+++ b/app/src/main/res/values-da/strings.xml
@@ -31,10 +31,11 @@
Forslag
Scheduled message
+ Schedule message
Schedule send
Cancel schedule send
You must pick a time in the future
- Keep the phone on and make sure there is nothing killing the app in background
+ Keep the phone on and make sure there is nothing killing the app while in background
Update message
Send now
diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml
index 7bc50a3e..b95f32ad 100644
--- a/app/src/main/res/values-de/strings.xml
+++ b/app/src/main/res/values-de/strings.xml
@@ -31,10 +31,11 @@
Vorschläge
Scheduled message
+ Schedule message
Schedule send
Cancel schedule send
You must pick a time in the future
- Keep the phone on and make sure there is nothing killing the app in background
+ Keep the phone on and make sure there is nothing killing the app while in background
Update message
Send now
diff --git a/app/src/main/res/values-el/strings.xml b/app/src/main/res/values-el/strings.xml
index 4bb08061..c3a884aa 100644
--- a/app/src/main/res/values-el/strings.xml
+++ b/app/src/main/res/values-el/strings.xml
@@ -31,10 +31,11 @@
Προτάσεις
Scheduled message
+ Schedule message
Schedule send
Cancel schedule send
You must pick a time in the future
- Keep the phone on and make sure there is nothing killing the app in background
+ Keep the phone on and make sure there is nothing killing the app while in background
Update message
Send now
diff --git a/app/src/main/res/values-eo/strings.xml b/app/src/main/res/values-eo/strings.xml
index dcdaed8a..36ccc373 100644
--- a/app/src/main/res/values-eo/strings.xml
+++ b/app/src/main/res/values-eo/strings.xml
@@ -31,10 +31,11 @@
Sugestoj
Scheduled message
+ Schedule message
Schedule send
Cancel schedule send
You must pick a time in the future
- Keep the phone on and make sure there is nothing killing the app in background
+ Keep the phone on and make sure there is nothing killing the app while in background
Update message
Send now
diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml
index 2183011e..e3eb9a00 100644
--- a/app/src/main/res/values-es/strings.xml
+++ b/app/src/main/res/values-es/strings.xml
@@ -32,6 +32,7 @@
Sugerencias
Mensaje programado
+ Schedule message
Programar envío
Cancelar el envío programado
Debes elegir un momento en el futuro
diff --git a/app/src/main/res/values-et/strings.xml b/app/src/main/res/values-et/strings.xml
index 17690317..98e5c4bd 100644
--- a/app/src/main/res/values-et/strings.xml
+++ b/app/src/main/res/values-et/strings.xml
@@ -31,6 +31,7 @@
Ettepanekud
Ajastatud sõnum
+ Schedule message
Ajasta saatmine
Tühista ajastatud saatmine
Palun vali ajahetk tulevikust
diff --git a/app/src/main/res/values-fi/strings.xml b/app/src/main/res/values-fi/strings.xml
index 7d0182c3..7c6145d1 100644
--- a/app/src/main/res/values-fi/strings.xml
+++ b/app/src/main/res/values-fi/strings.xml
@@ -31,6 +31,7 @@
Ehdotuksia
Ajastettu viesti
+ Schedule message
Ajasta lähetys
Peru ajastettu lähetys
Valitse tuleva ajankohta
diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml
index 9b135703..da9ff499 100644
--- a/app/src/main/res/values-fr/strings.xml
+++ b/app/src/main/res/values-fr/strings.xml
@@ -32,6 +32,7 @@
Suggestions
Message planifié
+ Schedule message
Envoi planifié
Annuler l\'envoi planifié
Vous devez choisir une date dans le futur
diff --git a/app/src/main/res/values-gl/strings.xml b/app/src/main/res/values-gl/strings.xml
index a6aa72db..66715aba 100644
--- a/app/src/main/res/values-gl/strings.xml
+++ b/app/src/main/res/values-gl/strings.xml
@@ -31,6 +31,7 @@
Suxerencias
Mensaxe programada
+ Schedule message
Programar envío
Cancelar o envío programado
Debes escoller un momento no futuro
diff --git a/app/src/main/res/values-hi/strings.xml b/app/src/main/res/values-hi/strings.xml
index 3e732409..363e00cb 100644
--- a/app/src/main/res/values-hi/strings.xml
+++ b/app/src/main/res/values-hi/strings.xml
@@ -31,10 +31,11 @@
Suggestions
Scheduled message
+ Schedule message
Schedule send
Cancel schedule send
You must pick a time in the future
- Keep the phone on and make sure there is nothing killing the app in background
+ Keep the phone on and make sure there is nothing killing the app while in background
Update message
Send now
diff --git a/app/src/main/res/values-hr/strings.xml b/app/src/main/res/values-hr/strings.xml
index 1eaba776..4aa1b779 100644
--- a/app/src/main/res/values-hr/strings.xml
+++ b/app/src/main/res/values-hr/strings.xml
@@ -32,10 +32,11 @@
Prijedlozi
Scheduled message
+ Schedule message
Schedule send
Cancel schedule send
You must pick a time in the future
- Keep the phone on and make sure there is nothing killing the app in background
+ Keep the phone on and make sure there is nothing killing the app while in background
Update message
Send now
diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml
index 9f62e071..d382ff6e 100644
--- a/app/src/main/res/values-hu/strings.xml
+++ b/app/src/main/res/values-hu/strings.xml
@@ -31,10 +31,11 @@
Javaslatok
Scheduled message
+ Schedule message
Schedule send
Cancel schedule send
You must pick a time in the future
- Keep the phone on and make sure there is nothing killing the app in background
+ Keep the phone on and make sure there is nothing killing the app while in background
Update message
Send now
diff --git a/app/src/main/res/values-in/strings.xml b/app/src/main/res/values-in/strings.xml
index ef6fa91b..79955798 100644
--- a/app/src/main/res/values-in/strings.xml
+++ b/app/src/main/res/values-in/strings.xml
@@ -30,10 +30,11 @@
Saran
Scheduled message
+ Schedule message
Schedule send
Cancel schedule send
You must pick a time in the future
- Keep the phone on and make sure there is nothing killing the app in background
+ Keep the phone on and make sure there is nothing killing the app while in background
Update message
Send now
diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml
index 948cb2f7..6cf96654 100644
--- a/app/src/main/res/values-it/strings.xml
+++ b/app/src/main/res/values-it/strings.xml
@@ -32,6 +32,7 @@
Suggerimenti
Messaggio programmato
+ Schedule message
Invio programmato
Annulla l\'invio programmato
Devi scegliere un momento del futuro
diff --git a/app/src/main/res/values-iw/strings.xml b/app/src/main/res/values-iw/strings.xml
index 5fefd23f..b7637a35 100644
--- a/app/src/main/res/values-iw/strings.xml
+++ b/app/src/main/res/values-iw/strings.xml
@@ -33,10 +33,11 @@
הצעות
Scheduled message
+ Schedule message
Schedule send
Cancel schedule send
You must pick a time in the future
- Keep the phone on and make sure there is nothing killing the app in background
+ Keep the phone on and make sure there is nothing killing the app while in background
Update message
Send now
diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml
index 58f0cd8d..0198aaba 100644
--- a/app/src/main/res/values-ja/strings.xml
+++ b/app/src/main/res/values-ja/strings.xml
@@ -30,10 +30,11 @@
おすすめ
Scheduled message
+ Schedule message
Schedule send
Cancel schedule send
You must pick a time in the future
- Keep the phone on and make sure there is nothing killing the app in background
+ Keep the phone on and make sure there is nothing killing the app while in background
Update message
Send now
diff --git a/app/src/main/res/values-lt/strings.xml b/app/src/main/res/values-lt/strings.xml
index 093212ec..cf00fe58 100644
--- a/app/src/main/res/values-lt/strings.xml
+++ b/app/src/main/res/values-lt/strings.xml
@@ -31,10 +31,11 @@
Pasiūlymai
Scheduled message
+ Schedule message
Schedule send
Cancel schedule send
You must pick a time in the future
- Keep the phone on and make sure there is nothing killing the app in background
+ Keep the phone on and make sure there is nothing killing the app while in background
Update message
Send now
Aš
diff --git a/app/src/main/res/values-lv/strings.xml b/app/src/main/res/values-lv/strings.xml
index 9b5e67cd..f7ea40ff 100644
--- a/app/src/main/res/values-lv/strings.xml
+++ b/app/src/main/res/values-lv/strings.xml
@@ -32,10 +32,11 @@
Suggestions
Scheduled message
+ Schedule message
Schedule send
Cancel schedule send
You must pick a time in the future
- Keep the phone on and make sure there is nothing killing the app in background
+ Keep the phone on and make sure there is nothing killing the app while in background
Update message
Send now
diff --git a/app/src/main/res/values-mk/strings.xml b/app/src/main/res/values-mk/strings.xml
index 3e732409..363e00cb 100644
--- a/app/src/main/res/values-mk/strings.xml
+++ b/app/src/main/res/values-mk/strings.xml
@@ -31,10 +31,11 @@
Suggestions
Scheduled message
+ Schedule message
Schedule send
Cancel schedule send
You must pick a time in the future
- Keep the phone on and make sure there is nothing killing the app in background
+ Keep the phone on and make sure there is nothing killing the app while in background
Update message
Send now
diff --git a/app/src/main/res/values-ml/strings.xml b/app/src/main/res/values-ml/strings.xml
index ea72bec7..473058b5 100644
--- a/app/src/main/res/values-ml/strings.xml
+++ b/app/src/main/res/values-ml/strings.xml
@@ -31,10 +31,11 @@
നിർദ്ദേശങ്ങൾ
Scheduled message
+ Schedule message
Schedule send
Cancel schedule send
You must pick a time in the future
- Keep the phone on and make sure there is nothing killing the app in background
+ Keep the phone on and make sure there is nothing killing the app while in background
Update message
Send now
diff --git a/app/src/main/res/values-nb-rNO/strings.xml b/app/src/main/res/values-nb-rNO/strings.xml
index 3b859d96..f571870a 100644
--- a/app/src/main/res/values-nb-rNO/strings.xml
+++ b/app/src/main/res/values-nb-rNO/strings.xml
@@ -31,10 +31,11 @@
Forslag
Scheduled message
+ Schedule message
Schedule send
Cancel schedule send
You must pick a time in the future
- Keep the phone on and make sure there is nothing killing the app in background
+ Keep the phone on and make sure there is nothing killing the app while in background
Update message
Send now
diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml
index 154ac891..74def6a6 100644
--- a/app/src/main/res/values-nl/strings.xml
+++ b/app/src/main/res/values-nl/strings.xml
@@ -31,6 +31,7 @@
Suggesties
Ingepland bericht
+ Schedule message
Verzending inplannen
Geplande verzending annuleren
Kies een tijd in de toekomst
diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml
index 2676fe99..db3b7634 100644
--- a/app/src/main/res/values-pl/strings.xml
+++ b/app/src/main/res/values-pl/strings.xml
@@ -33,6 +33,7 @@
Propozycje
Zaplanowana wiadomość
+ Schedule message
Zaplanuj wysłanie
Anuluj zaplanowane wysłanie
Musisz wybrać czas w przyszłości
diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml
index 68d99d4e..91154066 100644
--- a/app/src/main/res/values-pt-rBR/strings.xml
+++ b/app/src/main/res/values-pt-rBR/strings.xml
@@ -32,10 +32,11 @@
Sugestões
Scheduled message
+ Schedule message
Schedule send
Cancel schedule send
You must pick a time in the future
- Keep the phone on and make sure there is nothing killing the app in background
+ Keep the phone on and make sure there is nothing killing the app while in background
Update message
Send now
diff --git a/app/src/main/res/values-pt/strings.xml b/app/src/main/res/values-pt/strings.xml
index ce24129e..fe507963 100644
--- a/app/src/main/res/values-pt/strings.xml
+++ b/app/src/main/res/values-pt/strings.xml
@@ -32,10 +32,11 @@
Sugestões
Scheduled message
+ Schedule message
Schedule send
Cancel schedule send
You must pick a time in the future
- Keep the phone on and make sure there is nothing killing the app in background
+ Keep the phone on and make sure there is nothing killing the app while in background
Update message
Send now
diff --git a/app/src/main/res/values-ro/strings.xml b/app/src/main/res/values-ro/strings.xml
index a79439aa..d72f8786 100644
--- a/app/src/main/res/values-ro/strings.xml
+++ b/app/src/main/res/values-ro/strings.xml
@@ -32,10 +32,11 @@
Sugestii
Scheduled message
+ Schedule message
Schedule send
Cancel schedule send
You must pick a time in the future
- Keep the phone on and make sure there is nothing killing the app in background
+ Keep the phone on and make sure there is nothing killing the app while in background
Update message
Send now
diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml
index d5078505..fc0d5b63 100644
--- a/app/src/main/res/values-ru/strings.xml
+++ b/app/src/main/res/values-ru/strings.xml
@@ -33,6 +33,7 @@
Предложения
Отложенная отправка
+ Schedule message
Отложенная отправка
Отменить отложенную отправку
Время должно быть в будущем
diff --git a/app/src/main/res/values-sk/strings.xml b/app/src/main/res/values-sk/strings.xml
index d963658c..cffe6d9c 100644
--- a/app/src/main/res/values-sk/strings.xml
+++ b/app/src/main/res/values-sk/strings.xml
@@ -32,6 +32,7 @@
Návrhy
Naplánovaná správa
+ Naplánovať správu
Naplánovať odoslanie
Zrušiť naplánované odoslanie
Musíte zvoliť čas v budúcnosti
diff --git a/app/src/main/res/values-sl/strings.xml b/app/src/main/res/values-sl/strings.xml
index e12be4ac..be7e8c83 100644
--- a/app/src/main/res/values-sl/strings.xml
+++ b/app/src/main/res/values-sl/strings.xml
@@ -33,10 +33,11 @@
Predlogi
Scheduled message
+ Schedule message
Schedule send
Cancel schedule send
You must pick a time in the future
- Keep the phone on and make sure there is nothing killing the app in background
+ Keep the phone on and make sure there is nothing killing the app while in background
Update message
Send now
diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml
index ec240331..17fa2628 100644
--- a/app/src/main/res/values-sv/strings.xml
+++ b/app/src/main/res/values-sv/strings.xml
@@ -31,10 +31,11 @@
Förslag
Scheduled message
+ Schedule message
Schedule send
Cancel schedule send
You must pick a time in the future
- Keep the phone on and make sure there is nothing killing the app in background
+ Keep the phone on and make sure there is nothing killing the app while in background
Update message
Send now
diff --git a/app/src/main/res/values-ta/strings.xml b/app/src/main/res/values-ta/strings.xml
index 09bb84e1..16a9a7d9 100644
--- a/app/src/main/res/values-ta/strings.xml
+++ b/app/src/main/res/values-ta/strings.xml
@@ -31,10 +31,11 @@
பரிந்துரைகள்
Scheduled message
+ Schedule message
Schedule send
Cancel schedule send
You must pick a time in the future
- Keep the phone on and make sure there is nothing killing the app in background
+ Keep the phone on and make sure there is nothing killing the app while in background
Update message
Send now
diff --git a/app/src/main/res/values-th/strings.xml b/app/src/main/res/values-th/strings.xml
index 6223b8e3..6e6f8d24 100644
--- a/app/src/main/res/values-th/strings.xml
+++ b/app/src/main/res/values-th/strings.xml
@@ -30,10 +30,11 @@
Suggestions
Scheduled message
+ Schedule message
Schedule send
Cancel schedule send
You must pick a time in the future
- Keep the phone on and make sure there is nothing killing the app in background
+ Keep the phone on and make sure there is nothing killing the app while in background
Update message
Send now
diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml
index 30665f8a..a28b8c77 100644
--- a/app/src/main/res/values-tr/strings.xml
+++ b/app/src/main/res/values-tr/strings.xml
@@ -31,6 +31,7 @@
Öneriler
Zamanlanan mesaj
+ Schedule message
Göndermeyi zamanla
Gönderme zamanlamasını iptal et
Gelecekte bir zaman seçmelisiniz
diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml
index 2be54042..efe042f1 100644
--- a/app/src/main/res/values-uk/strings.xml
+++ b/app/src/main/res/values-uk/strings.xml
@@ -33,10 +33,11 @@
Пропозиція
Scheduled message
+ Schedule message
Schedule send
Cancel schedule send
You must pick a time in the future
- Keep the phone on and make sure there is nothing killing the app in background
+ Keep the phone on and make sure there is nothing killing the app while in background
Update message
Send now
diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml
index 432a5826..48ebd740 100644
--- a/app/src/main/res/values-zh-rCN/strings.xml
+++ b/app/src/main/res/values-zh-rCN/strings.xml
@@ -30,6 +30,7 @@
建议
定时消息
+ Schedule message
定时发送
取消定时发送
必须选择未来的时间
diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml
index 115bc53e..1fe6b26b 100644
--- a/app/src/main/res/values-zh-rTW/strings.xml
+++ b/app/src/main/res/values-zh-rTW/strings.xml
@@ -30,10 +30,11 @@
建議
Scheduled message
+ Schedule message
Schedule send
Cancel schedule send
You must pick a time in the future
- Keep the phone on and make sure there is nothing killing the app in background
+ Keep the phone on and make sure there is nothing killing the app while in background
Update message
Send now
diff --git a/app/src/main/res/values/dimens.xml b/app/src/main/res/values/dimens.xml
index 981b6b02..e0959a28 100644
--- a/app/src/main/res/values/dimens.xml
+++ b/app/src/main/res/values/dimens.xml
@@ -7,7 +7,5 @@
24dp
15dp
64dp
- 20dp
- 22sp
20dp
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index b46238d8..bc83fe0d 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -31,10 +31,11 @@
Suggestions
Scheduled message
+ Schedule message
Schedule send
Cancel schedule send
You must pick a time in the future
- Keep the phone on and make sure there is nothing killing the app in background
+ Keep the phone on and make sure there is nothing killing the app while in background
Update message
Send now