<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2023 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:gravity="start"
android:fillViewport="true"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:paddingStart="@dimen/keyboard_accessory_suggestion_padding"
android:paddingEnd="@dimen/keyboard_accessory_suggestion_padding"
android:orientation="vertical">
<org.chromium.components.browser_ui.widget.chips.ChipView
android:id="@+id/keyboard_accessory_sheet_chip"
android:layout_marginTop="@dimen/keyboard_accessory_sheet_top_margin"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
style="@style/AssistiveChip" />
<View style="@style/HorizontalDivider"
android:layout_marginTop="@dimen/keyboard_accessory_sheet_top_margin"
android:layout_marginBottom="0dp" />
</LinearLayout>