X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Ftemplate_details_header.xml;h=2a2f4f43a9164eec5909faa45a3f384f7648ec89;hb=188faf613ce6a64f1999dec17dd86899b6960f51;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..2a2f4f43 100644 --- a/app/src/main/res/layout/template_details_header.xml +++ b/app/src/main/res/layout/template_details_header.xml @@ -20,12 +20,16 @@ android:id="@+id/pattern_details_item_head" android:layout_width="match_parent" android:layout_height="wrap_content" - android:paddingHorizontal="@dimen/text_margin" + android:animateLayoutChanges="true" + android:padding="@dimen/text_margin" > @@ -42,7 +46,10 @@ android:id="@+id/pattern_layout" android:layout_width="0dp" android:layout_height="wrap_content" + android:layout_marginBottom="@dimen/text_margin" 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,25 +58,50 @@ android:id="@+id/pattern" android:layout_width="match_parent" android:layout_height="wrap_content" - android:hint="@string/pattern_details_pattern_label" - android:inputType="text" + android:hint="@string/template_details_pattern_label" + android:inputType="text|textMultiLine" /> + + + + + + \ No newline at end of file