Changed order of swtchIncludeInAutomaticAccountsUpdate and swtchIncludeInAutomaticAccountsUpdate
This commit is contained in:
parent
57290a3c2a
commit
77ee69a035
|
@ -68,13 +68,6 @@
|
||||||
android:inputType="text"
|
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
|
<androidx.appcompat.widget.SwitchCompat
|
||||||
android:id="@+id/swtchIncludeInAutomaticAccountsUpdate"
|
android:id="@+id/swtchIncludeInAutomaticAccountsUpdate"
|
||||||
style="@style/FormSwitchStyle"
|
style="@style/FormSwitchStyle"
|
||||||
|
@ -82,6 +75,13 @@
|
||||||
android:text="@string/dialog_bank_account_settings_include_in_automatic_accounts_updates"
|
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>
|
</LinearLayout>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue