|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<android.support.design.widget.CoordinatorLayout |
| 2 | +<androidx.coordinatorlayout.widget.CoordinatorLayout |
3 | 3 | xmlns:android="http://schemas.android.com/apk/res/android" |
4 | 4 | xmlns:app="http://schemas.android.com/apk/res-auto" |
5 | 5 | xmlns:tools="http://schemas.android.com/tools" |
|
8 | 8 | android:fitsSystemWindows="true" |
9 | 9 | tools:context="com.rom4ek.sample.arcnavigationview.MainActivity"> |
10 | 10 |
|
11 | | - <android.support.design.widget.AppBarLayout |
| 11 | + <com.google.android.material.appbar.AppBarLayout |
12 | 12 | android:layout_height="wrap_content" |
13 | 13 | android:layout_width="match_parent" |
14 | 14 | android:theme="@style/AppTheme.AppBarOverlay"> |
15 | 15 |
|
16 | | - <android.support.v7.widget.Toolbar |
| 16 | + <androidx.appcompat.widget.Toolbar |
17 | 17 | android:id="@+id/toolbar" |
18 | 18 | android:layout_width="match_parent" |
19 | 19 | android:layout_height="?attr/actionBarSize" |
20 | 20 | android:background="?attr/colorPrimary" |
21 | 21 | app:popupTheme="@style/AppTheme.PopupOverlay"/> |
22 | 22 |
|
23 | | - </android.support.design.widget.AppBarLayout> |
| 23 | + </com.google.android.material.appbar.AppBarLayout> |
24 | 24 |
|
25 | 25 | <include layout="@layout/content_main"/> |
26 | 26 |
|
27 | | - <android.support.design.widget.FloatingActionButton |
| 27 | + <com.google.android.material.floatingactionbutton.FloatingActionButton |
28 | 28 | android:id="@+id/fab" |
29 | 29 | android:layout_width="wrap_content" |
30 | 30 | android:layout_height="wrap_content" |
31 | 31 | android:layout_gravity="bottom|end" |
32 | 32 | android:layout_margin="@dimen/fab_margin" |
33 | 33 | app:srcCompat="@android:drawable/ic_dialog_email"/> |
34 | 34 |
|
35 | | -</android.support.design.widget.CoordinatorLayout> |
| 35 | +</androidx.coordinatorlayout.widget.CoordinatorLayout> |
0 commit comments