Changed order of accounts and TAN methods

This commit is contained in:
dankito 2020-10-22 20:24:28 +02:00
parent 77ee69a035
commit d492b90321
1 changed files with 4 additions and 4 deletions

View File

@ -97,11 +97,11 @@
<net.dankito.banking.ui.android.views.FormSectionTitle <net.dankito.banking.ui.android.views.FormSectionTitle
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/dialog_bank_settings_tan_method_section_title" android:text="@string/accounts"
/> />
<androidx.recyclerview.widget.RecyclerView <androidx.recyclerview.widget.RecyclerView
android:id="@+id/rcyTanMethods" android:id="@+id/rcyBankAccounts"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
/> />
@ -163,11 +163,11 @@
<net.dankito.banking.ui.android.views.FormSectionTitle <net.dankito.banking.ui.android.views.FormSectionTitle
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/accounts" android:text="@string/dialog_bank_settings_tan_method_section_title"
/> />
<androidx.recyclerview.widget.RecyclerView <androidx.recyclerview.widget.RecyclerView
android:id="@+id/rcyBankAccounts" android:id="@+id/rcyTanMethods"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
/> />