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=765b818946fd2f18ce07a2ac9e5d0f01cbb2a764;hpb=824b6fc1a234f15eb335b14a4a431b9592242008;p=mobile-ledger.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 765b8189..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,7 +68,6 @@ android:minWidth="60dp" android:text="---,--" android:textAlignment="viewEnd" - android:textColor="?textColor" android:textAppearance="@android:style/TextAppearance.Material.Small" tools:ignore="HardcodedText" />