X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Ftemplate_list_template_item.xml;h=4cade777b0ba4c0cdffaa2ce8c445d217966cb64;hb=HEAD;hp=fb5e24317e35fb5536fdfbef99a358db6935329c;hpb=20bf9e983f65ae6e7e963130d4352104f0dc87e3;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 fb5e2431..4cade777 100644 --- a/app/src/main/res/layout/template_list_template_item.xml +++ b/app/src/main/res/layout/template_list_template_item.xml @@ -24,13 +24,13 @@ android:id="@+id/template_name" android:layout_width="0dp" android:layout_height="wrap_content" - android:layout_marginStart="@dimen/text_margin" + android:layout_marginHorizontal="@dimen/text_margin" android:gravity="center_vertical" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" android:minHeight="@dimen/thumb_row_height" - android:textAppearance="?attr/textAppearanceListItem" + android:textAppearance="@android:style/TextAppearance.Material.Medium" app:layout_constraintEnd_toEndOf="parent" /> \ No newline at end of file