blob: 1e6f69c5dffb093506e5f53872b2b0be0b380141 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2018 The Chromium Authors. All rights reserved.
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"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingStart="16dp"
android:paddingEnd="16dp"
android:textAppearance="@style/TextAppearance.AssistantBlackTitle"
android:gravity="center_vertical|center_horizontal"
android:minHeight="32dp"
android:singleLine="true"
android:background="@drawable/autofill_assistant_chip_assistive_bg" />