From 1ddfb8d5236394ee7dd4a2a9e100bb2f84539291 Mon Sep 17 00:00:00 2001 From: M66B Date: Fri, 19 Apr 2019 19:25:09 +0200 Subject: [PATCH] Added hint about original message --- app/src/main/res/layout/fragment_compose.xml | 22 ++++++++++++++++---- app/src/main/res/values/strings.xml | 1 + 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout/fragment_compose.xml b/app/src/main/res/layout/fragment_compose.xml index 3311409c54..0bde3efee1 100644 --- a/app/src/main/res/layout/fragment_compose.xml +++ b/app/src/main/res/layout/fragment_compose.xml @@ -239,6 +239,20 @@ app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/tvSignature" /> + + + app:layout_constraintTop_toBottomOf="@id/tvReferenceHint" /> + app:layout_constraintTop_toTopOf="@id/tvReferenceHint" /> + app:layout_constraintTop_toTopOf="@id/tvReferenceHint" /> + app:constraint_referenced_ids="tvReferenceHint,tvReference" /> diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 5c51275d60..eff06e7290 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -385,6 +385,7 @@ No or no suitable internet connection Synchronization will be performed on next account connection Folder does not exist + The originally received message will be included Messages moved across accounts will be downloaded again resulting in extra data usage Raw message saved Attachment saved