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=dea0bfd240b5c087778cd85d1fd1a43434ce3998;hp=775dc79ffacb2c5157f56be9c8f668cf2b0c9f94;hb=ea2d9d97c9dbde0127867ffb4f8698d8be71d4c2;hpb=e12bae55fb75c0c30055dd34ded195e75feb3844 diff --git a/app/src/main/res/layout/transaction_list_row.xml b/app/src/main/res/layout/transaction_list_row.xml index 775dc79f..dea0bfd2 100644 --- a/app/src/main/res/layout/transaction_list_row.xml +++ b/app/src/main/res/layout/transaction_list_row.xml @@ -51,7 +51,8 @@ android:layout_height="wrap_content" android:orientation="horizontal" app:layout_constraintEnd_toEndOf="parent" - app:layout_constraintStart_toStartOf="parent"> + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent"> @@ -165,15 +170,19 @@ android:id="@+id/transaction_delimiter_date" android:layout_width="wrap_content" android:layout_height="match_parent" + android:background="@color/colorPrimary" + android:paddingStart="4dp" + android:paddingEnd="4dp" android:text="--.--.----" + android:textColor="@android:color/white" android:textStyle="bold" app:layout_constraintEnd_toEndOf="parent" tools:ignore="HardcodedText" /> + + \ No newline at end of file