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=05128852d016824914f4b3f769f874090408cb4b;hp=16bab0699b2a0d45ff1311632f8ac9eee37260b7;hb=f308aff824a124e2dfbe890022d1a0ca2443754a;hpb=b90ee9f0732b38a4ca35265ff68ad69353330f05 diff --git a/app/src/main/res/layout/transaction_list_row.xml b/app/src/main/res/layout/transaction_list_row.xml index 16bab069..05128852 100644 --- a/app/src/main/res/layout/transaction_list_row.xml +++ b/app/src/main/res/layout/transaction_list_row.xml @@ -71,6 +71,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@drawable/dashed_border_1dp" + android:alpha="0.3" android:minHeight="2dp" android:orientation="horizontal" app:layout_constraintEnd_toEndOf="parent" @@ -157,7 +158,7 @@ android:id="@+id/transaction_delimiter_month" 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="---------" @@ -170,7 +171,7 @@ 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="--.--.----" @@ -186,6 +187,7 @@ android:layout_marginStart="8dp" android:layout_marginEnd="8dp" android:background="@drawable/dashed_border_1dp" + android:alpha="0.3" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toStartOf="@id/transaction_delimiter_date" app:layout_constraintStart_toEndOf="@id/transaction_delimiter_month" @@ -195,7 +197,7 @@ 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"