X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Ftransaction_list_row.xml;h=6b7d15a5574ea2341d0ce5f39cdd43ccd359d2f2;hb=c17d05743b196dec11128f9be0d00fb82a71cf0d;hp=05128852d016824914f4b3f769f874090408cb4b;hpb=f308aff824a124e2dfbe890022d1a0ca2443754a;p=mobile-ledger-staging.git diff --git a/app/src/main/res/layout/transaction_list_row.xml b/app/src/main/res/layout/transaction_list_row.xml index 05128852..6b7d15a5 100644 --- a/app/src/main/res/layout/transaction_list_row.xml +++ b/app/src/main/res/layout/transaction_list_row.xml @@ -17,26 +17,24 @@ ~ along with MoLe. If not, see . --> - - + app:cardUseCompatPadding="false"> - - @@ -88,71 +85,21 @@ app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/transaction_row_header_border"> - - - - - - - - - - - - - + + + - - + + - + android:layout_marginEnd="8dp"> @@ -175,7 +122,7 @@ 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" /> @@ -186,8 +133,8 @@ android:layout_height="16dp" android:layout_marginStart="8dp" android:layout_marginEnd="8dp" - android:background="@drawable/dashed_border_1dp" android:alpha="0.3" + android:background="@drawable/dashed_border_1dp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toStartOf="@id/transaction_delimiter_date" app:layout_constraintStart_toEndOf="@id/transaction_delimiter_month" @@ -203,12 +150,6 @@ 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