X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Ftransaction_list_row.xml;h=286ae901a8e013056310eff337083961452d0136;hb=d1ba9862c50f2b70df64981967f374f34c06f452;hp=5e398e7dcb80cf64a0c58f014a40dae1cd63e659;hpb=0fa224a099da7c2a0e2ad4cb7db8a7391de9be15;p=mobile-ledger.git diff --git a/app/src/main/res/layout/transaction_list_row.xml b/app/src/main/res/layout/transaction_list_row.xml index 5e398e7d..286ae901 100644 --- a/app/src/main/res/layout/transaction_list_row.xml +++ b/app/src/main/res/layout/transaction_list_row.xml @@ -17,9 +17,10 @@ ~ along with MoLe. If not, see . --> - @@ -28,7 +29,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" @@ -61,7 +62,7 @@ android:layout_height="wrap_content" android:layout_weight="5" android:text="---." - android:textStyle="bold" + android:textAppearance="@style/TextAppearance.MaterialComponents.Body1" tools:ignore="HardcodedText" /> @@ -70,8 +71,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 +89,9 @@ app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/transaction_row_header_border"> - - - - - - - - - - - - - + + + @@ -186,8 +139,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" @@ -205,4 +158,4 @@ - \ No newline at end of file + \ No newline at end of file