File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
android/src/main/res/layout
demo/android/app/src/main/res/layout Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 xmlns : tools =" http://schemas.android.com/tools"
55 android : layout_width =" match_parent"
1212 android : layout_width =" fill_parent"
1313 android : layout_height =" fill_parent" />
1414
15- </android .support.design .widget.CoordinatorLayout>
15+ </androidx .coordinatorlayout .widget.CoordinatorLayout>
Original file line number Diff line number Diff line change 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 xmlns : tools =" http://schemas.android.com/tools"
55 android : layout_width =" match_parent"
99 <WebView
1010 android : layout_width =" match_parent"
1111 android : layout_height =" match_parent" />
12- </android .support.design .widget.CoordinatorLayout>
12+ </androidx .coordinatorlayout .widget.CoordinatorLayout>
You can’t perform that action at this time.
0 commit comments