<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2025 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<ScrollView
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent">

    <RelativeLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:importantForAccessibility="no"
        android:textDirection="locale">

        <LinearLayout
            android:id="@+id/autofill_ai_attribute_infos"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginStart="@dimen/dialog_padding_sides"
            android:orientation="vertical" />

        <org.chromium.ui.widget.TextViewWithClickableSpans
            android:id="@+id/autofill_ai_entity_source_notice"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginEnd="@dimen/dialog_padding_sides"
            android:layout_marginTop="@dimen/autofill_entity_attribute_top_padding"
            android:layout_marginStart="@dimen/dialog_padding_sides"
            android:layout_below="@id/autofill_ai_attribute_infos"
            android:textAppearance="@style/TextAppearance.TextSmall.Primary"
            android:breakStrategy="balanced" />

    </RelativeLayout>

</ScrollView>
