X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Ftransaction_list_row.xml;h=13b26ca64ed3e89afd5a6dd22571c5d7302ec153;hb=846da081db46331ffea910edf3956ce8b725d582;hp=a3afe2f78460acfbcaab5256950f7de181199135;hpb=18092869ec850feaa9ef46b7db6a561e3a4df8fe;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 a3afe2f7..13b26ca6 100644 --- a/app/src/main/res/layout/transaction_list_row.xml +++ b/app/src/main/res/layout/transaction_list_row.xml @@ -32,8 +32,9 @@ android:layout_height="wrap_content" android:layout_margin="8dp" android:visibility="visible" - app:cardCornerRadius="4dp" + app:cardElevation="2dp" app:cardUseCompatPadding="false" + app:cardCornerRadius="0dp" > @@ -58,21 +58,22 @@ @@ -81,7 +82,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="8dp" - android:layout_weight="5" android:orientation="vertical" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent"