Added hint about original message

This commit is contained in:
M66B 2019-04-19 19:25:09 +02:00
parent a018704ac8
commit 1ddfb8d523
2 changed files with 19 additions and 4 deletions

View File

@ -239,6 +239,20 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/tvSignature" />
<TextView
android:id="@+id/tvReferenceHint"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="6dp"
android:layout_marginTop="6dp"
android:layout_marginEnd="6dp"
android:text="@string/title_no_format"
android:textAppearance="@style/TextAppearance.AppCompat.Small"
android:textStyle="italic"
app:layout_constraintEnd_toStartOf="@id/ibReferenceEdit"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/vSeparatorSignature" />
<TextView
android:id="@+id/tvReference"
android:layout_width="match_parent"
@ -250,7 +264,7 @@
android:textAppearance="@style/TextAppearance.AppCompat.Small"
android:textIsSelectable="true"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/vSeparatorSignature" />
app:layout_constraintTop_toBottomOf="@id/tvReferenceHint" />
<ImageButton
android:id="@+id/ibReferenceEdit"
@ -260,7 +274,7 @@
android:contentDescription="@string/title_legend_edit"
android:src="@drawable/baseline_edit_24"
app:layout_constraintEnd_toStartOf="@+id/ibReferenceImages"
app:layout_constraintTop_toTopOf="@id/tvReference" />
app:layout_constraintTop_toTopOf="@id/tvReferenceHint" />
<ImageButton
android:id="@+id/ibReferenceImages"
@ -270,7 +284,7 @@
android:contentDescription="@string/title_legend_show_images"
android:src="@drawable/baseline_image_24"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="@id/tvReference" />
app:layout_constraintTop_toTopOf="@id/tvReferenceHint" />
<androidx.constraintlayout.widget.Group
android:id="@+id/grpHeader"
@ -312,7 +326,7 @@
android:id="@+id/grpReference"
android:layout_width="0dp"
android:layout_height="0dp"
app:constraint_referenced_ids="tvReference" />
app:constraint_referenced_ids="tvReferenceHint,tvReference" />
</androidx.constraintlayout.widget.ConstraintLayout>
</ScrollView>

View File

@ -385,6 +385,7 @@
<string name="title_no_internet">No or no suitable internet connection</string>
<string name="title_no_connection">Synchronization will be performed on next account connection</string>
<string name="title_no_folder">Folder does not exist</string>
<string name="title_no_format">The originally received message will be included</string>
<string name="title_accross_remark">Messages moved across accounts will be downloaded again resulting in extra data usage</string>
<string name="title_raw_saved">Raw message saved</string>
<string name="title_attachment_saved">Attachment saved</string>