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 : app =" http://schemas.android.com/apk/res-auto"
44 android : id =" @+id/root"
55 android : layout_width =" match_parent"
66 android : layout_height =" match_parent"
77 android : fitsSystemWindows =" true" >
88
9- <android .support.design.widget .AppBarLayout
9+ <com .google.android.material.appbar .AppBarLayout
1010 android : id =" @+id/appbar"
1111 android : layout_width =" match_parent"
1212 android : layout_height =" wrap_content" >
1313
14- <android .support.v7 .widget.Toolbar
14+ <androidx .appcompat .widget.Toolbar
1515 android : id =" @+id/toolbar"
1616 style =" @style/Toolbar"
1717 android : layout_width =" match_parent"
1818 android : layout_height =" ?attr/actionBarSize" />
1919
20- </android .support.design.widget .AppBarLayout>
20+ </com .google.android.material.appbar .AppBarLayout>
2121
22- <android .support.v4 .widget.NestedScrollView
22+ <androidx .core .widget.NestedScrollView
2323 android : layout_width =" match_parent"
2424 android : layout_height =" match_parent"
2525 app : layout_behavior =" @string/appbar_scrolling_view_behavior" >
8181
8282 </LinearLayout >
8383
84- </android .support.v4 .widget.NestedScrollView>
84+ </androidx .core .widget.NestedScrollView>
8585
86- </android .support.design .widget.CoordinatorLayout>
86+ </androidx .coordinatorlayout .widget.CoordinatorLayout>
0 commit comments