X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Ftransaction_list_row_accounts_table_row.xml;h=5dbed6054eb006f6ba5320d80f4dd990153334c6;hb=4f910919819fbe8db070847cfbfba493a62c7c58;hp=e87afbef7a3b970d7f28071b861f31b38d605c75;hpb=dbdc2268bcdebc9a409d65f14b07605da0cc1516;p=mobile-ledger-staging.git 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 e87afbef..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,14 +21,20 @@ android:layout_height="wrap_content" android:gravity="center_vertical" android:orientation="horizontal" - android:paddingStart="8dp" - android:paddingEnd="0dp"> + > + android:orientation="vertical" + > + @@ -50,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" /> @@ -65,6 +68,6 @@ android:minWidth="60dp" android:text="---,--" android:textAlignment="viewEnd" - android:textColor="?textColor" + android:textAppearance="@android:style/TextAppearance.Material.Small" tools:ignore="HardcodedText" />