Added hint to enter same customer id and password as in online banking portal
This commit is contained in:
parent
bad47ed623
commit
f40e1aefed
|
@ -23,6 +23,17 @@
|
|||
</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
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
<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_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_pin">Onlinebanking Passwort:</string>
|
||||
<string name="dialog_add_account_add">Hinzufügen</string>
|
||||
|
|
|
@ -29,6 +29,9 @@
|
|||
<dimen name="dialog_add_account_label_height">24dp</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_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_progress_bar_height">40dp</dimen>
|
||||
<dimen name="dialog_add_account_progress_bar_width">40dp</dimen>
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
<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_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_pin">Online banking password:</string>
|
||||
<string name="dialog_add_account_add">Add</string>
|
||||
|
|
Loading…
Reference in New Issue