X-Git-Url: https://git.ktnx.net/?p=mobile-ledger-staging.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Ftransaction_list_row.xml;h=966d9d28d5ad76f5384f3918a3a0201e0fc9f30a;hp=f2ed7572fb1187dbbcd4ddefd531c019268d5536;hb=b576e8ad6f3f9b57857194b1e5d5a99a790142a4;hpb=e83294922d702c102e53f737b144cdbc9cd36b15 diff --git a/app/src/main/res/layout/transaction_list_row.xml b/app/src/main/res/layout/transaction_list_row.xml index f2ed7572..966d9d28 100644 --- a/app/src/main/res/layout/transaction_list_row.xml +++ b/app/src/main/res/layout/transaction_list_row.xml @@ -1,143 +1,156 @@ - - - + + + android:layout_margin="8dp" + android:visibility="visible" + app:cardCornerRadius="16dp" + app:cardElevation="4dp" + app:cardUseCompatPadding="false"> - - - - - - - - - - + android:padding="8dp"> + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent"> - + + + android:layout_weight="5" + android:orientation="vertical" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toBottomOf="@+id/transaction_row_header_border"> - + + - - - - + + + + + + + + + + + + + + + + \ No newline at end of file