X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Ftransaction_list_row.xml;h=e2d0013287a2782bbd9a32089acac8b2de0f9ef8;hb=08f302d24aa8324a9ea7c32734938069794398b8;hp=6b7d15a5574ea2341d0ce5f39cdd43ccd359d2f2;hpb=c17d05743b196dec11128f9be0d00fb82a71cf0d;p=mobile-ledger-staging.git diff --git a/app/src/main/res/layout/transaction_list_row.xml b/app/src/main/res/layout/transaction_list_row.xml index 6b7d15a5..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" + > @@ -55,35 +58,34 @@ - + android:textAppearance="@android:style/TextAppearance.Material.Medium" + tools:ignore="HardcodedText" + /> + - - + app:layout_constraintTop_toBottomOf="@+id/transaction_row_head" + > @@ -91,7 +93,7 @@ - + - - + app:layout_constraintEnd_toStartOf="@id/transaction_delimiter_month" + app:layout_constraintStart_toEndOf="@id/transaction_delimiter_date" + app:layout_constraintTop_toTopOf="parent" + />