|
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:app="http://schemas.android.com/apk/res-auto" |
4 | 4 | android:id="@+id/robotic_arm_coordinator" |
5 | 5 | android:layout_width="match_parent" |
|
12 | 12 | android:layout_width="match_parent" |
13 | 13 | android:layout_height="match_parent"> |
14 | 14 |
|
15 | | - <android.support.design.widget.AppBarLayout |
| 15 | + <com.google.android.material.appbar.AppBarLayout |
16 | 16 | android:id="@+id/top_app_bar_layout" |
17 | 17 | android:layout_width="match_parent" |
18 | 18 | android:layout_height="wrap_content" |
19 | 19 | android:theme="@style/AppTheme.AppBarOverlay"> |
20 | 20 |
|
21 | | - <android.support.v7.widget.Toolbar |
| 21 | + <androidx.appcompat.widget.Toolbar |
22 | 22 | android:id="@+id/toolbar" |
23 | 23 | android:layout_width="match_parent" |
24 | 24 | android:layout_height="?attr/actionBarSize" |
25 | 25 | android:background="?attr/colorPrimary" |
26 | 26 | app:popupTheme="@style/AppTheme.PopupOverlay" /> |
27 | 27 |
|
28 | | - </android.support.design.widget.AppBarLayout> |
| 28 | + </com.google.android.material.appbar.AppBarLayout> |
29 | 29 |
|
30 | 30 | <LinearLayout |
31 | 31 | android:id="@+id/servo_controller_view" |
|
122 | 122 |
|
123 | 123 | <include layout="@layout/bottom_sheet_robotic_arm" /> |
124 | 124 |
|
125 | | -</android.support.design.widget.CoordinatorLayout> |
| 125 | +</androidx.coordinatorlayout.widget.CoordinatorLayout> |
0 commit comments