Added hint to enter same customer id and password as in online banking portal

This commit is contained in:
dankito 2020-06-24 21:22:26 +02:00
parent bad47ed623
commit f40e1aefed
4 changed files with 16 additions and 0 deletions

View File

@ -23,6 +23,17 @@
</com.google.android.material.textfield.TextInputLayout> </com.google.android.material.textfield.TextInputLayout>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dialog_add_account_customer_id_and_password_hint_top_margin"
android:layout_marginBottom="@dimen/dialog_add_account_customer_id_and_password_hint_bottom_margin"
android:textStyle="bold"
android:textSize="@dimen/dialog_add_account_customer_id_and_password_hint_text_size"
android:text="@string/dialog_add_account_customer_id_and_password_hint"
/>
<com.google.android.material.textfield.TextInputLayout <com.google.android.material.textfield.TextInputLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"

View File

@ -33,6 +33,7 @@
<string name="fragment_home_transfer_money_to">Neue Überweisung an %s</string> <string name="fragment_home_transfer_money_to">Neue Überweisung an %s</string>
<string name="dialog_add_account_enter_bank_code">Bankleitzahl (Suche auch mittels Bankname oder Ort):</string> <string name="dialog_add_account_enter_bank_code">Bankleitzahl (Suche auch mittels Bankname oder Ort):</string>
<string name="dialog_add_account_customer_id_and_password_hint">Geben Sie hier die selben Werte ein wie auf Ihrer Online Banking Webseite:</string>
<string name="dialog_add_account_enter_customer_id">Onlinebanking Login Name:</string> <string name="dialog_add_account_enter_customer_id">Onlinebanking Login Name:</string>
<string name="dialog_add_account_enter_pin">Onlinebanking Passwort:</string> <string name="dialog_add_account_enter_pin">Onlinebanking Passwort:</string>
<string name="dialog_add_account_add">Hinzufügen</string> <string name="dialog_add_account_add">Hinzufügen</string>

View File

@ -29,6 +29,9 @@
<dimen name="dialog_add_account_label_height">24dp</dimen> <dimen name="dialog_add_account_label_height">24dp</dimen>
<dimen name="dialog_add_account_edit_text_height">40dp</dimen> <dimen name="dialog_add_account_edit_text_height">40dp</dimen>
<dimen name="dialog_add_account_field_bottom_margin">12dp</dimen> <dimen name="dialog_add_account_field_bottom_margin">12dp</dimen>
<dimen name="dialog_add_account_customer_id_and_password_hint_text_size">15sp</dimen>
<dimen name="dialog_add_account_customer_id_and_password_hint_top_margin">6dp</dimen>
<dimen name="dialog_add_account_customer_id_and_password_hint_bottom_margin">6dp</dimen>
<dimen name="dialog_add_account_buttons_width">120dp</dimen> <dimen name="dialog_add_account_buttons_width">120dp</dimen>
<dimen name="dialog_add_account_progress_bar_height">40dp</dimen> <dimen name="dialog_add_account_progress_bar_height">40dp</dimen>
<dimen name="dialog_add_account_progress_bar_width">40dp</dimen> <dimen name="dialog_add_account_progress_bar_width">40dp</dimen>

View File

@ -33,6 +33,7 @@
<string name="fragment_home_transfer_money_to">Transfer money to %s</string> <string name="fragment_home_transfer_money_to">Transfer money to %s</string>
<string name="dialog_add_account_enter_bank_code">Bank code (find also by bank name or city):</string> <string name="dialog_add_account_enter_bank_code">Bank code (find also by bank name or city):</string>
<string name="dialog_add_account_customer_id_and_password_hint">Enter the same values here as in your online banking portal</string>
<string name="dialog_add_account_enter_customer_id">Online banking login name:</string> <string name="dialog_add_account_enter_customer_id">Online banking login name:</string>
<string name="dialog_add_account_enter_pin">Online banking password:</string> <string name="dialog_add_account_enter_pin">Online banking password:</string>
<string name="dialog_add_account_add">Add</string> <string name="dialog_add_account_add">Add</string>