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=e34444a984d637837f212719f502f29d134e7101;hp=0de115b130b230b238f80fe144e729df67da9506;hb=4f910919819fbe8db070847cfbfba493a62c7c58;hpb=ff27cd8c41424676ec046c58448d23cd4313d1dc diff --git a/app/src/main/res/layout/transaction_list_row.xml b/app/src/main/res/layout/transaction_list_row.xml index 0de115b1..e34444a9 100644 --- a/app/src/main/res/layout/transaction_list_row.xml +++ b/app/src/main/res/layout/transaction_list_row.xml @@ -61,7 +61,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:text="---." - android:textColor="?textColor" android:textAppearance="@android:style/TextAppearance.Material.Medium" android:textStyle="bold" tools:ignore="HardcodedText" @@ -73,9 +72,8 @@ android:layout_marginStart="0dp" android:layout_marginTop="0dp" android:text="Comment text" - android:textAppearance="@android:style/TextAppearance.Material.Small" - android:textColor="?commentColor" tools:ignore="HardcodedText" + style="@style/transaction_list_comment" />