X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Ftransaction_list_row.xml;h=a8940553ee5b151447072283013a0a1c2007aff9;hb=2d85826653a8ba3e619afc83c5c91216a7fdb0b6;hp=a3afe2f78460acfbcaab5256950f7de181199135;hpb=18092869ec850feaa9ef46b7db6a561e3a4df8fe;p=mobile-ledger.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..a8940553 100644 --- a/app/src/main/res/layout/transaction_list_row.xml +++ b/app/src/main/res/layout/transaction_list_row.xml @@ -32,7 +32,8 @@ android:layout_height="wrap_content" android:layout_margin="8dp" android:visibility="visible" - app:cardCornerRadius="4dp" + app:cardCornerRadius="0dp" + app:cardElevation="2dp" app:cardUseCompatPadding="false" > @@ -42,7 +43,6 @@ android:layout_height="wrap_content" android:gravity="center_vertical" android:minHeight="36dp" - android:orientation="horizontal" android:padding="8dp" > @@ -58,20 +58,21 @@ @@ -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" @@ -142,5 +142,6 @@ /> + \ No newline at end of file