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 : layout_width =" match_parent"
55 android : layout_height =" match_parent"
66 android : fitsSystemWindows =" true"
77 android : id =" @+id/cl"
88 >
99
10- <android .support.design.widget .AppBarLayout
10+ <com .google.android.material.appbar .AppBarLayout
1111 android : layout_width =" match_parent"
1212 android : layout_height =" wrap_content"
1313 android : theme =" @style/AppTheme.AppBarOverlay" >
1414
15- <android .support.v7 .widget.Toolbar
15+ <androidx .appcompat .widget.Toolbar
1616 android : id =" @+id/toolbar"
1717 android : layout_width =" match_parent"
1818 android : layout_height =" ?attr/actionBarSize"
1919 android : background =" ?attr/colorPrimary"
2020 app : popupTheme =" @style/AppTheme.PopupOverlay" />
2121
22- </android .support.design.widget .AppBarLayout>
22+ </com .google.android.material.appbar .AppBarLayout>
2323
2424 <FrameLayout
2525 android : id =" @+id/frame"
2626 android : layout_width =" match_parent"
2727 android : layout_height =" match_parent"
2828 app : layout_behavior =" @string/appbar_scrolling_view_behavior" />
2929
30- </android .support.design .widget.CoordinatorLayout>
30+ </androidx .coordinatorlayout .widget.CoordinatorLayout>
0 commit comments