From b1889d2e6ad5b59a4b896a979cdd5736449e2b9e Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Thu, 20 Feb 2020 19:48:34 +0200 Subject: [PATCH] indent comments in transaction list a bit --- .../res/layout/transaction_list_row_accounts_table_row.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 228660e9..8daa9737 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 @@ -43,10 +43,11 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:alpha="0.75" + android:paddingStart="8dp" android:text="account comment" android:textAlignment="viewStart" android:textStyle="italic" - tools:ignore="HardcodedText" /> + tools:ignore="HardcodedText,RtlSymmetry" />