@@ -13,7 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313See the License for the specific language governing permissions and
1414limitations under the License.
1515-->
16- <android .support.design .widget.CoordinatorLayout
16+ <androidx .coordinatorlayout .widget.CoordinatorLayout
1717 xmlns : android =" http://schemas.android.com/apk/res/android"
1818 xmlns : app =" http://schemas.android.com/apk/res-auto"
1919 xmlns : tools =" http://schemas.android.com/tools"
@@ -23,31 +23,31 @@ limitations under the License.
2323 android : fitsSystemWindows =" true"
2424 tools : context =" com.google.android.flexbox.apps.catgallery.MainActivity" >
2525
26- <android .support.design.widget .AppBarLayout
26+ <com .google.android.material.appbar .AppBarLayout
2727 android : id =" @+id/app_bar"
2828 android : layout_width =" match_parent"
2929 android : layout_height =" @dimen/app_bar_height"
3030 android : fitsSystemWindows =" true"
3131 android : theme =" @style/AppTheme.AppBarOverlay" >
3232
33- <android .support.design.widget .CollapsingToolbarLayout
33+ <com .google.android.material.appbar .CollapsingToolbarLayout
3434 android : id =" @+id/toolbar_layout"
3535 android : layout_width =" match_parent"
3636 android : layout_height =" match_parent"
3737 android : fitsSystemWindows =" true"
3838 app : contentScrim =" ?attr/colorPrimary"
3939 app : layout_scrollFlags =" scroll|enterAlwaysCollapsed" >
4040
41- <android .support.v7 .widget.Toolbar
41+ <androidx .appcompat .widget.Toolbar
4242 android : id =" @+id/toolbar"
4343 android : layout_width =" match_parent"
4444 android : layout_height =" ?attr/actionBarSize"
4545 app : layout_collapseMode =" pin"
4646 app : popupTheme =" @style/AppTheme.PopupOverlay" />
4747
48- </android .support.design.widget .CollapsingToolbarLayout>
49- </android .support.design.widget .AppBarLayout>
48+ </com .google.android.material.appbar .CollapsingToolbarLayout>
49+ </com .google.android.material.appbar .AppBarLayout>
5050
5151 <include layout =" @layout/content_main" />
5252
53- </android .support.design .widget.CoordinatorLayout>
53+ </androidx .coordinatorlayout .widget.CoordinatorLayout>
0 commit comments