11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <android .support.design .widget.CoordinatorLayout xmlns : android =" http://schemas.android.com/apk/res/android"
2+ <androidx .coordinatorlayout .widget.CoordinatorLayout xmlns : android =" http://schemas.android.com/apk/res/android"
33 xmlns : tools =" http://schemas.android.com/tools"
44 android : layout_width =" match_parent"
55 android : layout_height =" match_parent"
2121 android : orientation =" vertical"
2222 android : padding =" 30dp" >
2323
24- <android .support.v7 .widget.SwitchCompat
24+ <androidx .appcompat .widget.SwitchCompat
2525 android : id =" @+id/accountMpesaSwitch"
2626 android : layout_width =" match_parent"
2727 android : layout_height =" wrap_content"
3030 android : text =" @string/mpesa" />
3131
3232
33- <android .support.v7 .widget.SwitchCompat
33+ <androidx .appcompat .widget.SwitchCompat
3434 android : id =" @+id/isDisplayFeeSwitch"
3535 android : layout_width =" match_parent"
3636 android : layout_height =" wrap_content"
3737 android : layout_marginBottom =" 10dp"
3838 android : checked =" true"
3939 android : text =" @string/should_display_fee" />
4040
41- <android .support.v7 .widget.SwitchCompat
41+ <androidx .appcompat .widget.SwitchCompat
4242 android : id =" @+id/shouldShowStagingLabelSwitch"
4343 android : layout_width =" match_parent"
4444 android : layout_height =" wrap_content"
4545 android : layout_marginBottom =" 10dp"
4646 android : checked =" true"
4747 android : text =" @string/staging" />
4848
49- <android .support.v7 .widget.SwitchCompat
49+ <androidx .appcompat .widget.SwitchCompat
5050 android : id =" @+id/accountAchSwitch"
5151 android : layout_width =" match_parent"
5252 android : layout_height =" wrap_content"
5353 android : layout_marginBottom =" 10dp"
5454 android : checked =" false"
5555 android : text =" @string/ach" />
5656
57- <android .support.v7 .widget.SwitchCompat
57+ <androidx .appcompat .widget.SwitchCompat
5858 android : id =" @+id/accountGHMobileMoneySwitch"
5959 android : layout_width =" match_parent"
6060 android : layout_height =" wrap_content"
6161 android : layout_marginBottom =" 10dp"
6262 android : checked =" false"
6363 android : text =" @string/ghana" />
6464
65- <android .support.v7 .widget.SwitchCompat
65+ <androidx .appcompat .widget.SwitchCompat
6666 android : id =" @+id/accountUgMobileMoneySwitch"
6767 android : layout_width =" match_parent"
6868 android : layout_height =" wrap_content"
6969 android : layout_marginBottom =" 10dp"
7070 android : checked =" false"
7171 android : text =" @string/uganda" />
7272
73- <android .support.v7 .widget.SwitchCompat
73+ <androidx .appcompat .widget.SwitchCompat
7474 android : id =" @+id/accountRwfMobileMoneySwitch"
7575 android : layout_width =" match_parent"
7676 android : layout_height =" wrap_content"
7777 android : layout_marginBottom =" 10dp"
7878 android : checked =" false"
7979 android : text =" @string/rwanda" />
8080
81- <android .support.v7 .widget.SwitchCompat
81+ <androidx .appcompat .widget.SwitchCompat
8282 android : id =" @+id/accountZmMobileMoneySwitch"
8383 android : layout_width =" match_parent"
8484 android : layout_height =" wrap_content"
8585 android : layout_marginBottom =" 10dp"
8686 android : checked =" false"
8787 android : text =" @string/zambia" />
8888
89- <android .support.v7 .widget.SwitchCompat
89+ <androidx .appcompat .widget.SwitchCompat
9090 android : id =" @+id/ussd_switch"
9191 android : layout_width =" match_parent"
9292 android : layout_height =" wrap_content"
9393 android : layout_marginBottom =" 10dp"
9494 android : checked =" false"
9595 android : text =" @string/accept_ussd_payments" />
9696
97- <android .support.v7 .widget.SwitchCompat
97+ <androidx .appcompat .widget.SwitchCompat
9898 android : id =" @+id/barter_switch"
9999 android : layout_width =" match_parent"
100100 android : layout_height =" wrap_content"
103103 android : text =" @string/accept_barter_payments" />
104104
105105
106- <android .support.v7 .widget.SwitchCompat
106+ <androidx .appcompat .widget.SwitchCompat
107107 android : id =" @+id/addSubAccountsSwitch"
108108 android : layout_width =" match_parent"
109109 android : layout_height =" wrap_content"
151151
152152 </LinearLayout >
153153
154- <android .support.v7 .widget.SwitchCompat
154+ <androidx .appcompat .widget.SwitchCompat
155155 android : id =" @+id/bankTransferSwitch"
156156 android : layout_width =" match_parent"
157157 android : layout_height =" wrap_content"
158158 android : layout_marginBottom =" 10dp"
159159 android : checked =" false"
160160 android : text =" @string/bank_transfer" />
161161
162- <android .support.v7 .widget.SwitchCompat
162+ <androidx .appcompat .widget.SwitchCompat
163163 android : id =" @+id/isPermanentSwitch"
164164 android : layout_width =" match_parent"
165165 android : layout_height =" wrap_content"
171171 android : visibility =" gone"
172172 tools : visibility =" visible" />
173173
174- <android .support.v7 .widget.SwitchCompat
174+ <androidx .appcompat .widget.SwitchCompat
175175 android : id =" @+id/setExpirySwitch"
176176 android : layout_width =" match_parent"
177177 android : layout_height =" wrap_content"
217217
218218 </LinearLayout >
219219
220- <android .support.v7 .widget.SwitchCompat
220+ <androidx .appcompat .widget.SwitchCompat
221221 android : id =" @+id/accountfrancMobileMoneySwitch"
222222 android : layout_width =" match_parent"
223223 android : layout_height =" wrap_content"
224224 android : layout_marginBottom =" 10dp"
225225 android : checked =" false"
226226 android : text =" @string/francophone" />
227227
228- <android .support.v7 .widget.SwitchCompat
228+ <androidx .appcompat .widget.SwitchCompat
229229 android : id =" @+id/accountUkbankSwitch"
230230 android : layout_width =" match_parent"
231231 android : layout_height =" wrap_content"
232232 android : layout_marginBottom =" 10dp"
233233 android : checked =" false"
234234 android : text =" @string/uk_bank" />
235235
236- <android .support.v7 .widget.SwitchCompat
236+ <androidx .appcompat .widget.SwitchCompat
237237 android : id =" @+id/accountSaBankSwitch"
238238 android : layout_width =" match_parent"
239239 android : layout_height =" wrap_content"
242242 android : text =" @string/sa_bank" />
243243
244244
245- <android .support.v7 .widget.SwitchCompat
245+ <androidx .appcompat .widget.SwitchCompat
246246 android : id =" @+id/cardPaymentSwitch"
247247 android : layout_width =" match_parent"
248248 android : layout_height =" wrap_content"
249249 android : layout_marginBottom =" 10dp"
250250 android : checked =" true"
251251 android : text =" @string/accept_card_payments" />
252252
253- <android .support.v7 .widget.SwitchCompat
253+ <androidx .appcompat .widget.SwitchCompat
254254 android : id =" @+id/allowSavedCardsSwitch"
255255 android : layout_width =" match_parent"
256256 android : layout_height =" wrap_content"
257257 android : layout_marginBottom =" 10dp"
258258 android : checked =" true"
259259 android : text =" @string/allow_saved_cards" />
260260
261- <android .support.v7 .widget.SwitchCompat
261+ <androidx .appcompat .widget.SwitchCompat
262262 android : id =" @+id/accountPaymentSwitch"
263263 android : layout_width =" match_parent"
264264 android : layout_height =" wrap_content"
265265 android : layout_marginBottom =" 10dp"
266266 android : checked =" true"
267267 android : text =" @string/accept_account_payments" />
268268
269- <android .support.v7 .widget.SwitchCompat
269+ <androidx .appcompat .widget.SwitchCompat
270270 android : id =" @+id/isPreAuthSwitch"
271271 android : layout_width =" match_parent"
272272 android : layout_height =" wrap_content"
273273 android : layout_marginBottom =" 10dp"
274274 android : checked =" false"
275275 android : text =" Pre Auth Charge" />
276276
277- <android .support.v7 .widget.SwitchCompat
277+ <androidx .appcompat .widget.SwitchCompat
278278 android : id =" @+id/isLiveSwitch"
279279 android : layout_width =" match_parent"
280280 android : layout_height =" wrap_content"
390390
391391 </ScrollView >
392392
393- </android .support.design .widget.CoordinatorLayout>
393+ </androidx .coordinatorlayout .widget.CoordinatorLayout>
0 commit comments