From: Damyan Ivanov Date: Wed, 20 May 2020 19:44:08 +0000 (+0300) Subject: fix the simulation label (only relevant in debug builds) to follow theme X-Git-Tag: v0.14.0~67 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=76abb587210c5d2ecca16f81bdae2ba7dc5c75c7 fix the simulation label (only relevant in debug builds) to follow theme --- diff --git a/app/src/main/res/layout/activity_new_transaction.xml b/app/src/main/res/layout/activity_new_transaction.xml index 2bec0a12..3b730b3c 100644 --- a/app/src/main/res/layout/activity_new_transaction.xml +++ b/app/src/main/res/layout/activity_new_transaction.xml @@ -39,7 +39,7 @@ android:rotation="-45" android:text="@string/simulation_label" android:textAlignment="center" - android:textColor="@color/table_row_dark_bg" + android:textColor="?attr/table_row_dark_bg" android:textIsSelectable="false" android:textSize="36sp" android:textStyle="bold"