X-Git-Url: https://git.ktnx.net/?p=mobile-ledger-staging.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Ftransaction_list_row.xml;h=966d9d28d5ad76f5384f3918a3a0201e0fc9f30a;hp=28864be95a189ce54b3ea534720a9ece9ef39264;hb=b576e8ad6f3f9b57857194b1e5d5a99a790142a4;hpb=6f8d7eb0ab9e5754047ac5bda47868860b5f71e2 diff --git a/app/src/main/res/layout/transaction_list_row.xml b/app/src/main/res/layout/transaction_list_row.xml index 28864be9..966d9d28 100644 --- a/app/src/main/res/layout/transaction_list_row.xml +++ b/app/src/main/res/layout/transaction_list_row.xml @@ -2,41 +2,39 @@ - - + app:cardUseCompatPadding="false"> - - @@ -87,81 +86,31 @@ app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/transaction_row_header_border"> - - - - - - - - - - - - - + + + - - + + - + android:layout_marginEnd="8dp"> @@ -170,11 +119,11 @@ android:id="@+id/transaction_delimiter_date" android:layout_width="wrap_content" android:layout_height="match_parent" - android:background="@color/colorPrimary" + android:background="?colorPrimary" android:paddingStart="4dp" android:paddingEnd="4dp" android:text="--.--.----" - android:textColor="@android:color/white" + android:textColor="?android:attr/colorBackground" android:textStyle="bold" app:layout_constraintEnd_toEndOf="parent" tools:ignore="HardcodedText" /> @@ -185,6 +134,7 @@ android:layout_height="16dp" android:layout_marginStart="8dp" android:layout_marginEnd="8dp" + android:alpha="0.3" android:background="@drawable/dashed_border_1dp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toStartOf="@id/transaction_delimiter_date" @@ -195,18 +145,12 @@ android:id="@+id/transaction_delimiter_thick" android:layout_width="0dp" android:layout_height="0dp" - android:background="@color/colorPrimary" + android:background="?colorPrimary" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toStartOf="@id/transaction_delimiter_date" app:layout_constraintStart_toEndOf="@id/transaction_delimiter_month" app:layout_constraintTop_toTopOf="parent" /> - + - - \ No newline at end of file + \ No newline at end of file