X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Ftransaction_list_row_accounts_table_row.xml;h=5dbed6054eb006f6ba5320d80f4dd990153334c6;hp=5e058d07a15e5627cef42b9ca208c47a64033ce0;hb=4f910919819fbe8db070847cfbfba493a62c7c58;hpb=ff27cd8c41424676ec046c58448d23cd4313d1dc diff --git a/app/src/main/res/layout/transaction_list_row_accounts_table_row.xml b/app/src/main/res/layout/transaction_list_row_accounts_table_row.xml index 5e058d07..5dbed605 100644 --- a/app/src/main/res/layout/transaction_list_row_accounts_table_row.xml +++ b/app/src/main/res/layout/transaction_list_row_accounts_table_row.xml @@ -21,8 +21,7 @@ android:layout_height="wrap_content" android:gravity="center_vertical" android:orientation="horizontal" - android:paddingStart="8dp" - android:paddingEnd="0dp"> + > @@ -57,8 +54,7 @@ android:layout_marginTop="-4dp" android:text="account comment" android:textAlignment="viewStart" - android:textAppearance="@android:style/TextAppearance.Material.Small" - android:textColor="?commentColor" + style="@style/transaction_list_comment" tools:ignore="HardcodedText,RtlSymmetry" /> @@ -72,7 +68,6 @@ android:minWidth="60dp" android:text="---,--" android:textAlignment="viewEnd" - android:textColor="?textColor" android:textAppearance="@android:style/TextAppearance.Material.Small" tools:ignore="HardcodedText" />