From b67c118da8d4000b325ef5ef1c6604f82a91e6d3 Mon Sep 17 00:00:00 2001 From: M66B Date: Mon, 5 Nov 2018 07:57:46 +0000 Subject: [PATCH] Added template hints --- app/src/main/res/layout/fragment_answer.xml | 27 +++++++++++++++++++-- app/src/main/res/values/strings.xml | 2 ++ 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/fragment_answer.xml b/app/src/main/res/layout/fragment_answer.xml index 9762a57fa5..75c685e727 100644 --- a/app/src/main/res/layout/fragment_answer.xml +++ b/app/src/main/res/layout/fragment_answer.xml @@ -8,9 +8,9 @@ android:id="@+id/etName" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginEnd="6dp" android:layout_marginStart="6dp" android:layout_marginTop="6dp" + android:layout_marginEnd="6dp" android:hint="@string/title_answer_name" android:inputType="textCapSentences" android:textAppearance="@style/TextAppearance.AppCompat.Small" @@ -37,10 +37,33 @@ android:hint="@string/title_answer_text" android:inputType="textCapSentences|textMultiLine" android:textAppearance="@style/TextAppearance.AppCompat.Small" - app:layout_constraintBottom_toTopOf="@+id/bottom_navigation" + app:layout_constraintBottom_toTopOf="@+id/tvTemplateName" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/vSeparator" /> + + + + Reply template Template name Template text + $name$ will be replaced by the sender full name + $email$ will be replaced by the sender email address Inbox Unified inbox