X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Ftemplate_list_template_item.xml;h=0c9c21bd1a932d7a34c7b578fbbb52bb0c0d8a5b;hb=fb2d072ef47f806238968a9bc73fc7972d1c6bbc;hp=46d6410ef59ddcadaa31d27ae59d14b6ae2e5420;hpb=d95839304defead7c7d605cab2e612f1227cbfed;p=mobile-ledger.git diff --git a/app/src/main/res/layout/template_list_template_item.xml b/app/src/main/res/layout/template_list_template_item.xml index 46d6410e..0c9c21bd 100644 --- a/app/src/main/res/layout/template_list_template_item.xml +++ b/app/src/main/res/layout/template_list_template_item.xml @@ -24,22 +24,13 @@ android:id="@+id/template_name" android:layout_width="0dp" android:layout_height="wrap_content" - android:layout_marginStart="@dimen/text_margin" - android:layout_marginEnd="@dimen/text_margin" + android:layout_marginHorizontal="@dimen/text_margin" + android:gravity="center_vertical" app:layout_constraintBottom_toBottomOf="parent" - app:layout_constraintEnd_toStartOf="@id/edit_button" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" - /> - \ No newline at end of file