<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2020 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
style="@style/PreferenceSummary"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@android:id/summary"
android:layout_alignStart="@android:id/summary"
android:layout_gravity="start"
android:layout_marginTop="7dp"
android:layout_marginEnd="17dp"
android:drawableEnd="@drawable/exclamation_triangle"
android:drawablePadding="30dp"
android:text="@string/deprecation_warning" />