|
1 | 1 | <?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" |
3 | 3 | xmlns:tools="http://schemas.android.com/tools" |
4 | 4 | android:layout_width="match_parent" |
5 | 5 | android:layout_height="match_parent" |
6 | 6 | android:fitsSystemWindows="true" |
7 | 7 | tools:applicationContext="com.datatheorem.android.trustkit.demoapp.DemoMainActivity"> |
8 | 8 |
|
9 | | - <android.support.design.widget.AppBarLayout |
| 9 | + <com.google.android.material.appbar.AppBarLayout |
10 | 10 | android:layout_width="match_parent" |
11 | 11 | android:layout_height="wrap_content" |
12 | 12 | > |
13 | 13 |
|
14 | | - <android.support.v7.widget.Toolbar |
| 14 | + <androidx.appcompat.widget.Toolbar |
15 | 15 | android:id="@+id/toolbar" |
16 | 16 | android:layout_width="match_parent" |
17 | 17 | android:layout_height="50dp" |
18 | 18 | android:background="@color/colorPrimary" |
19 | 19 | /> |
20 | 20 |
|
21 | | - </android.support.design.widget.AppBarLayout> |
| 21 | + </com.google.android.material.appbar.AppBarLayout> |
22 | 22 |
|
23 | 23 | <include layout="@layout/content_demo_main"/> |
24 | 24 |
|
25 | | - <android.support.design.widget.FloatingActionButton |
| 25 | + <com.google.android.material.floatingactionbutton.FloatingActionButton |
26 | 26 | android:id="@+id/fab" |
27 | 27 | android:layout_width="wrap_content" |
28 | 28 | android:layout_height="wrap_content" |
29 | 29 | android:layout_gravity="bottom|end" |
30 | 30 | android:layout_margin="16dp" |
31 | 31 | android:src="@android:drawable/ic_dialog_email"/> |
32 | 32 |
|
33 | | -</android.support.design.widget.CoordinatorLayout> |
| 33 | +</androidx.coordinatorlayout.widget.CoordinatorLayout> |
0 commit comments