X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Ftemplate_details_account.xml;h=d91bd577ea6ae4a5488f596f9b8d8eaa48417363;hb=HEAD;hp=83a307738349d15da8bc23ebf662ded50deab6bd;hpb=abd8d9d926795e15156d751fc10287caad59c4ae;p=mobile-ledger.git diff --git a/app/src/main/res/layout/template_details_account.xml b/app/src/main/res/layout/template_details_account.xml index 83a30773..d91bd577 100644 --- a/app/src/main/res/layout/template_details_account.xml +++ b/app/src/main/res/layout/template_details_account.xml @@ -27,16 +27,14 @@ android:id="@+id/pattern_account_label" android:layout_width="0dp" android:layout_height="wrap_content" - android:gravity="end" + android:clickable="false" android:text="@string/template_details_account_row_label" android:textAppearance="?attr/textAppearanceListItem" app:drawableBottomCompat="@drawable/dashed_border_8dp" app:drawableStartCompat="@drawable/ic_baseline_drag_handle_24" app:layout_constraintBottom_toTopOf="@id/template_account_name_source_label" app:layout_constraintEnd_toEndOf="parent" - app:layout_constraintHorizontal_bias="1.0" app:layout_constraintTop_toTopOf="parent" - android:clickable="false" /> + + + + \ No newline at end of file