Changed order of swtchIncludeInAutomaticAccountsUpdate and swtchIncludeInAutomaticAccountsUpdate

This commit is contained in:
dankito 2020-10-22 20:10:41 +02:00
parent 57290a3c2a
commit 77ee69a035
1 changed files with 7 additions and 7 deletions

View File

@ -68,13 +68,6 @@
android:inputType="text"
/>
<androidx.appcompat.widget.SwitchCompat
android:id="@+id/swtchHideAccount"
style="@style/FormSwitchStyle"
android:checked="false"
android:text="@string/dialog_bank_account_settings_hide_account"
/>
<androidx.appcompat.widget.SwitchCompat
android:id="@+id/swtchIncludeInAutomaticAccountsUpdate"
style="@style/FormSwitchStyle"
@ -82,6 +75,13 @@
android:text="@string/dialog_bank_account_settings_include_in_automatic_accounts_updates"
/>
<androidx.appcompat.widget.SwitchCompat
android:id="@+id/swtchHideAccount"
style="@style/FormSwitchStyle"
android:checked="false"
android:text="@string/dialog_bank_account_settings_hide_account"
/>
</LinearLayout>