X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Ftransaction_list_row.xml;fp=app%2Fsrc%2Fmain%2Fres%2Flayout%2Ftransaction_list_row.xml;h=e2d0013287a2782bbd9a32089acac8b2de0f9ef8;hp=952012109a42ad42ada326550948523affe0fcd3;hb=08f302d24aa8324a9ea7c32734938069794398b8;hpb=d385bacc411bc15cfd8fcaa1a3419b3cb24235d1 diff --git a/app/src/main/res/layout/transaction_list_row.xml b/app/src/main/res/layout/transaction_list_row.xml index 95201210..e2d00132 100644 --- a/app/src/main/res/layout/transaction_list_row.xml +++ b/app/src/main/res/layout/transaction_list_row.xml @@ -24,15 +24,18 @@ android:layout_width="match_parent" android:layout_height="wrap_content"> - + app:cardCornerRadius="4dp" + app:cardElevation="2dp" + app:cardUseCompatPadding="false" + > - - + app:layout_constraintTop_toBottomOf="@+id/transaction_row_head" + > @@ -99,7 +93,7 @@ - + - - + app:layout_constraintEnd_toStartOf="@id/transaction_delimiter_month" + app:layout_constraintStart_toEndOf="@id/transaction_delimiter_date" + app:layout_constraintTop_toTopOf="parent" + />