From 9bef4ffc3aed3e6dc43e052fa1386fa4f55d0f4a Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Fri, 30 Nov 2018 18:46:07 +0000 Subject: [PATCH] rename a constant --- app/src/main/res/layout-v26/content_new_transaction.xml | 2 +- app/src/main/res/layout/content_new_transaction.xml | 4 ++-- app/src/main/res/values/strings.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout-v26/content_new_transaction.xml b/app/src/main/res/layout-v26/content_new_transaction.xml index 8e71c341..1df8ed83 100644 --- a/app/src/main/res/layout-v26/content_new_transaction.xml +++ b/app/src/main/res/layout-v26/content_new_transaction.xml @@ -42,7 +42,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_weight="1" - android:hint="@string/new_transaction_account_label" + android:hint="@string/new_transaction_account_hint" android:text="" /> + android:hint="@string/new_transaction_account_hint" /> + android:hint="@string/new_transaction_account_hint" /> Username Password New Transaction - Account + Account Transaction date amount Add another acount -- 2.39.2