X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Ftransaction_list_row.xml;h=a31faad07c48b3b0f86f72e95d7329703585a247;hp=8a950efd6e2a19c2a143beaed6a0720437a855af;hb=95cf1db4897d97d1be0ec8e5a7c5d11de26efa85;hpb=fbbe23b2f69c6a845323808d540ac08a032e788f diff --git a/app/src/main/res/layout/transaction_list_row.xml b/app/src/main/res/layout/transaction_list_row.xml index 8a950efd..a31faad0 100644 --- a/app/src/main/res/layout/transaction_list_row.xml +++ b/app/src/main/res/layout/transaction_list_row.xml @@ -18,8 +18,9 @@ ~ along with Mobile-Ledger. If not, see . --> - + android:paddingEnd="8dp"> + android:layout_width="0dp" + android:layout_height="wrap_content" + android:layout_marginStart="8dp" + android:layout_weight="5" + app:layout_constraintRight_toRightOf="parent" + app:layout_constraintStart_toEndOf="@id/transaction_row_description"> @@ -69,4 +76,4 @@ tools:ignore="HardcodedText" /> - \ No newline at end of file + \ No newline at end of file