Commit bb744537 authored by Ben Joyce's avatar Ben Joyce Committed by Commit Bot

Update resources to androidx.

Bug: 896775
Change-Id: Ia8b56274328b16b1255038c05bd49cba94c97471
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144817Reviewed-by: default avatarYaron Friedman <yfriedman@chromium.org>
Commit-Queue: benjamin joyce <bjoyce@chromium.org>
Cr-Commit-Position: refs/heads/master@{#758026}
parent cce8f294
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
android:layout_height="match_parent" android:layout_height="match_parent"
android:orientation="vertical" android:orientation="vertical"
android:gravity="center"> android:gravity="center">
<android.support.v7.widget.Toolbar <androidx.appcompat.widget.Toolbar
android:id="@+id/browser_toolbar" android:id="@+id/browser_toolbar"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize" android:layout_height="?attr/actionBarSize"
......
...@@ -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.app.MediaRouteButton <androidx.appcompat.app.MediaRouteButton
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/cast_controller_media_route_button" android:id="@+id/cast_controller_media_route_button"
android:layout_width="wrap_content" android:layout_width="wrap_content"
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
android:textAppearance="@style/TextAppearance.TextMedium.Secondary" /> android:textAppearance="@style/TextAppearance.TextMedium.Secondary" />
</LinearLayout> </LinearLayout>
<android.support.v7.widget.SwitchCompat <androidx.appcompat.widget.SwitchCompat
android:id="@+id/cookie_controls_block_cookies_switch" android:id="@+id/cookie_controls_block_cookies_switch"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
......
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