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=0de115b130b230b238f80fe144e729df67da9506;hp=a3afe2f78460acfbcaab5256950f7de181199135;hb=dbdc2268bcdebc9a409d65f14b07605da0cc1516;hpb=547bbc03e61978caa1efc6eea23306bd690d9429 diff --git a/app/src/main/res/layout/transaction_list_row.xml b/app/src/main/res/layout/transaction_list_row.xml index a3afe2f7..0de115b1 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:cardBackgroundColor="?table_row_light_bg" app:cardUseCompatPadding="false" + app:cardCornerRadius="0dp" > @@ -58,20 +58,23 @@ @@ -81,7 +84,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"