X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Ftransaction_list_row.xml;h=f2ed7572fb1187dbbcd4ddefd531c019268d5536;hp=e35c331ba16276b569c3366c962e2c45bc2ae167;hb=e83294922d702c102e53f737b144cdbc9cd36b15;hpb=ce0474c601e863d54b5d1554ac44282f905f7856 diff --git a/app/src/main/res/layout/transaction_list_row.xml b/app/src/main/res/layout/transaction_list_row.xml index e35c331b..f2ed7572 100644 --- a/app/src/main/res/layout/transaction_list_row.xml +++ b/app/src/main/res/layout/transaction_list_row.xml @@ -1,6 +1,5 @@ - - - - - - + android:layout_margin="8dp" + app:cardCornerRadius="16dp" + app:cardElevation="4dp" + app:cardUseCompatPadding="false" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_goneMarginBottom="8dp"> - + android:gravity="center_vertical" + android:minHeight="36dp" + android:orientation="horizontal" + android:padding="8dp"> + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent"> + android:id="@+id/transaction_row_date" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_marginEnd="0dp" + app:layout_constraintEnd_toEndOf="parent" /> + + + + + + + + + + + + + + + + + + + - - \ No newline at end of file + + +