Commit 2e435943 authored by Ben Joyce's avatar Ben Joyce Committed by Commit Bot

Update .xml references to androidx.

These changes were generated by android-studios migrate androidx
refactor tool.

Bug: 1052460
Change-Id: Ic631e5d4ad1f4d4ce50d4f5d741d91f4850fd552
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2067196
Commit-Queue: benjamin joyce <bjoyce@google.com>
Reviewed-by: default avatarTheresa  <twellington@chromium.org>
Cr-Commit-Position: refs/heads/master@{#744302}
parent ea1f93c0
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
Use of this source code is governed by a BSD-style license that can be Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. --> found in the LICENSE file. -->
<android.support.v7.widget.RecyclerView <androidx.recyclerview.widget.RecyclerView
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/addresses_sheet" android:id="@+id/addresses_sheet"
android:fillViewport="true" android:fillViewport="true"
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
Use of this source code is governed by a BSD-style license that can be Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. --> found in the LICENSE file. -->
<android.support.v7.widget.RecyclerView <androidx.recyclerview.widget.RecyclerView
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/credit_card_sheet" android:id="@+id/credit_card_sheet"
android:fillViewport="true" android:fillViewport="true"
......
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
<View style="@style/VerticalDivider" /> <View style="@style/VerticalDivider" />
<android.support.v7.widget.RecyclerView <androidx.recyclerview.widget.RecyclerView
android:id="@+id/bar_items_view" android:id="@+id/bar_items_view"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="match_parent"/> android:layout_height="match_parent"/>
......
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
android:background="?android:attr/selectableItemBackground" android:background="?android:attr/selectableItemBackground"
android:visibility="gone"/> android:visibility="gone"/>
<android.support.v7.widget.RecyclerView <androidx.recyclerview.widget.RecyclerView
android:id="@+id/bar_items_view" android:id="@+id/bar_items_view"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
Use of this source code is governed by a BSD-style license that can be Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. --> found in the LICENSE file. -->
<android.support.v7.widget.RecyclerView <androidx.recyclerview.widget.RecyclerView
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/passwords_sheet" android:id="@+id/passwords_sheet"
android:fillViewport="true" android:fillViewport="true"
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
android:scaleType="fitXY" android:scaleType="fitXY"
android:scaleY="-1" android:scaleY="-1"
android:importantForAccessibility="no" /> android:importantForAccessibility="no" />
<android.support.design.widget.TabLayout <com.google.android.material.tabs.TabLayout
android:id="@+id/bottom_tab_layout" android:id="@+id/bottom_tab_layout"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
...@@ -28,9 +28,9 @@ ...@@ -28,9 +28,9 @@
app:tabGravity="fill" app:tabGravity="fill"
app:tabMode="fixed" app:tabMode="fixed"
app:tabMaxWidth="2000dp"> app:tabMaxWidth="2000dp">
<android.support.design.widget.TabItem <com.google.android.material.tabs.TabItem
android:layout="@layout/ss_home_button"/> android:layout="@layout/ss_home_button"/>
<android.support.design.widget.TabItem <com.google.android.material.tabs.TabItem
android:layout="@layout/ss_explore_button"/> android:layout="@layout/ss_explore_button"/>
</android.support.design.widget.TabLayout> </com.google.android.material.tabs.TabLayout>
</org.chromium.chrome.features.start_surface.BottomBarView> </org.chromium.chrome.features.start_surface.BottomBarView>
\ No newline at end of file
...@@ -9,25 +9,25 @@ ...@@ -9,25 +9,25 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="vertical"> android:orientation="vertical">
<android.support.design.widget.TabLayout <com.google.android.material.tabs.TabLayout
android:id="@+id/tabs" android:id="@+id/tabs"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
style="@style/TabLayoutStyle" > style="@style/TabLayoutStyle" >
<android.support.design.widget.TabItem <com.google.android.material.tabs.TabItem
android:id="@+id/files_tab" android:id="@+id/files_tab"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/download_manager_files_tab"/> android:text="@string/download_manager_files_tab"/>
<android.support.design.widget.TabItem <com.google.android.material.tabs.TabItem
android:id="@+id/prefetch_tab" android:id="@+id/prefetch_tab"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/download_manager_explore_offline"/> android:text="@string/download_manager_explore_offline"/>
</android.support.design.widget.TabLayout> </com.google.android.material.tabs.TabLayout>
<FrameLayout <FrameLayout
android:id="@+id/content_container" android:id="@+id/content_container"
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
found in the LICENSE file. found in the LICENSE file.
--> -->
<android.support.v7.widget.GridLayout <androidx.gridlayout.widget.GridLayout
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
...@@ -63,4 +63,4 @@ ...@@ -63,4 +63,4 @@
app:layout_row="0" app:layout_row="0"
app:layout_rowSpan="2" app:layout_rowSpan="2"
app:layout_gravity="center_vertical" /> app:layout_gravity="center_vertical" />
</android.support.v7.widget.GridLayout> </androidx.gridlayout.widget.GridLayout>
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
found in the LICENSE file. found in the LICENSE file.
--> -->
<android.support.v7.widget.GridLayout <androidx.gridlayout.widget.GridLayout
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent" android:layout_width="match_parent"
...@@ -55,4 +55,4 @@ ...@@ -55,4 +55,4 @@
android:src="@drawable/btn_close" android:src="@drawable/btn_close"
app:tint="@color/default_icon_color" /> app:tint="@color/default_icon_color" />
</android.support.v7.widget.GridLayout> </androidx.gridlayout.widget.GridLayout>
\ No newline at end of file \ No newline at end of file
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
found in the LICENSE file. found in the LICENSE file.
--> -->
<android.support.v7.widget.GridLayout <androidx.gridlayout.widget.GridLayout
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent" android:layout_width="match_parent"
...@@ -81,4 +81,4 @@ ...@@ -81,4 +81,4 @@
</LinearLayout> </LinearLayout>
</android.support.v7.widget.GridLayout> </androidx.gridlayout.widget.GridLayout>
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
found in the LICENSE file. found in the LICENSE file.
--> -->
<android.support.v7.widget.GridLayout <androidx.gridlayout.widget.GridLayout
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
...@@ -124,4 +124,4 @@ ...@@ -124,4 +124,4 @@
android:id="@+id/selection" android:id="@+id/selection"
style="@style/DownloadItemSelectionView"/> style="@style/DownloadItemSelectionView"/>
</FrameLayout> </FrameLayout>
</android.support.v7.widget.GridLayout> </androidx.gridlayout.widget.GridLayout>
\ No newline at end of file \ No newline at end of file
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
found in the LICENSE file. found in the LICENSE file.
--> -->
<android.support.v7.widget.GridLayout <androidx.gridlayout.widget.GridLayout
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
...@@ -82,4 +82,4 @@ ...@@ -82,4 +82,4 @@
</LinearLayout> </LinearLayout>
</android.support.v7.widget.GridLayout> </androidx.gridlayout.widget.GridLayout>
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
android:layout_height="match_parent" android:layout_height="match_parent"
android:orientation="vertical"> android:orientation="vertical">
<android.support.design.widget.TabLayout <com.google.android.material.tabs.TabLayout
android:id="@+id/tab_layout" android:id="@+id/tab_layout"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
...@@ -19,16 +19,16 @@ ...@@ -19,16 +19,16 @@
app:tabIndicatorFullWidth="true" app:tabIndicatorFullWidth="true"
style="@style/TabLayoutStyle" > style="@style/TabLayoutStyle" >
<android.support.design.widget.TabItem <com.google.android.material.tabs.TabItem
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/qr_code_share_tab_label" /> android:text="@string/qr_code_share_tab_label" />
<android.support.design.widget.TabItem <com.google.android.material.tabs.TabItem
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/qr_code_scan_tab_label" /> android:text="@string/qr_code_scan_tab_label" />
</android.support.design.widget.TabLayout> </com.google.android.material.tabs.TabLayout>
<org.chromium.ui.widget.ChromeImageButton <org.chromium.ui.widget.ChromeImageButton
android:id="@+id/close_button" android:id="@+id/close_button"
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
android:contentDescription="@string/close" android:contentDescription="@string/close"
app:tint="@color/default_icon_color_tint_list" /> app:tint="@color/default_icon_color_tint_list" />
<android.support.v4.view.ViewPager <androidx.viewpager.widget.ViewPager
android:id="@+id/qrcode_view_pager" android:id="@+id/qrcode_view_pager"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="fill_parent" android:layout_height="fill_parent"
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<!-- Please update R.dimens.touch_to_fill_sheet_height_second_credential <!-- Please update R.dimens.touch_to_fill_sheet_height_second_credential
when modifying paddingBottom. --> when modifying paddingBottom. -->
<android.support.v7.widget.RecyclerView <androidx.recyclerview.widget.RecyclerView
android:id="@+id/sheet_item_list" android:id="@+id/sheet_item_list"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="0dp" android:layout_height="0dp"
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
android:layout_marginEnd="8dp" android:layout_marginEnd="8dp"
android:importantForAccessibility="no" /> android:importantForAccessibility="no" />
<android.support.v7.widget.DialogTitle <androidx.appcompat.widget.DialogTitle
android:id="@+id/title" android:id="@+id/title"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="match_parent" android:layout_height="match_parent"
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_marginTop="@dimen/selectable_list_toolbar_height" > android:layout_marginTop="@dimen/selectable_list_toolbar_height" >
<android.support.v7.widget.RecyclerView <androidx.recyclerview.widget.RecyclerView
android:id="@+id/recycler_view" android:id="@+id/recycler_view"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment