X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Ftemplate_details_header.xml;h=f610da339b54c6bcb462b0886215b114b127b8fe;hb=be812016d88006c4a27b7d5398e88cf9ae9c92b0;hp=bc5b851ef5680a0b05192779db5b6118c9bf9066;hpb=d95839304defead7c7d605cab2e612f1227cbfed;p=mobile-ledger.git diff --git a/app/src/main/res/layout/template_details_header.xml b/app/src/main/res/layout/template_details_header.xml index bc5b851e..f610da33 100644 --- a/app/src/main/res/layout/template_details_header.xml +++ b/app/src/main/res/layout/template_details_header.xml @@ -34,7 +34,7 @@ android:id="@+id/template_name" android:layout_width="match_parent" android:layout_height="wrap_content" - android:hint="@string/pattern_name_label" + android:hint="@string/template_name_label" android:inputType="text" /> @@ -43,6 +43,8 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:textAppearance="?attr/textAppearanceListItem" + app:endIconMode="clear_text" + app:layout_constraintBottom_toTopOf="@id/pattern_hint_title" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/pattern_name_layout" @@ -51,10 +53,32 @@ android:id="@+id/pattern" android:layout_width="match_parent" android:layout_height="wrap_content" - android:hint="@string/pattern_details_pattern_label" + android:hint="@string/template_details_pattern_label" android:inputType="text" /> + + @@ -91,21 +115,21 @@ android:layout_height="wrap_content" android:gravity="end" android:paddingTop="@dimen/text_margin" - android:text="@string/pattern_transaction_parameters_label" + android:text="@string/template_transaction_parameters_label" app:layout_constraintTop_toBottomOf="@id/test_text_layout" />