X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Ftransaction_list_row.xml;fp=app%2Fsrc%2Fmain%2Fres%2Flayout%2Ftransaction_list_row.xml;h=66cca2b866a6b2aa3fe4023ea4543f6dfbadd903;hp=5e398e7dcb80cf64a0c58f014a40dae1cd63e659;hb=8d376242685dcbd2f99a856daccc760fcc5bb535;hpb=592803265bf5a0f6ea2da27dd061c9829ce2bf20 diff --git a/app/src/main/res/layout/transaction_list_row.xml b/app/src/main/res/layout/transaction_list_row.xml index 5e398e7d..66cca2b8 100644 --- a/app/src/main/res/layout/transaction_list_row.xml +++ b/app/src/main/res/layout/transaction_list_row.xml @@ -28,7 +28,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_margin="8dp" - android:visibility="gone" + android:visibility="visible" app:cardCornerRadius="16dp" app:cardElevation="4dp" app:cardUseCompatPadding="false" @@ -70,8 +70,8 @@ android:id="@+id/transaction_row_header_border" android:layout_width="match_parent" android:layout_height="wrap_content" - android:background="@drawable/dashed_border_1dp" android:alpha="0.3" + android:background="@drawable/dashed_border_1dp" android:minHeight="2dp" android:orientation="horizontal" app:layout_constraintEnd_toEndOf="parent" @@ -88,57 +88,9 @@ app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/transaction_row_header_border"> - - - - - - - - - - - - - + + + @@ -186,8 +138,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"