chromium/chrome/browser/privacy_sandbox/android/java/res/layout/privacy_sandbox_consent_eea_dropdown.xml

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2022 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:app="http://schemas.android.com/apk/res-auto"
    android:id="@+id/privacy_sandbox_consent_eea_dropdown"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical">

    <org.chromium.ui.widget.TextViewWithLeading
        android:id="@+id/privacy_sandbox_m1_consent_learn_more_bullet_one"
        android:layout_marginBottom="@dimen/promo_between_text_margin"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        app:leading="@dimen/text_size_medium_leading"
        style="@style/TextAppearance.TextMedium.Secondary" />

    <org.chromium.ui.widget.TextViewWithLeading
        android:id="@+id/privacy_sandbox_m1_consent_learn_more_bullet_two"
        android:layout_marginBottom="@dimen/promo_between_text_margin"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        app:leading="@dimen/text_size_medium_leading"
        style="@style/TextAppearance.TextMedium.Secondary" />

    <org.chromium.ui.widget.TextViewWithLeading
        android:id="@+id/privacy_sandbox_m1_consent_learn_more_bullet_three"
        android:layout_marginBottom="@dimen/list_item_default_margin"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        app:leading="@dimen/text_size_medium_leading"
        style="@style/TextAppearance.TextMedium.Secondary" />

    <org.chromium.ui.widget.TextViewWithLeading
        android:id="@+id/privacy_sandbox_learn_more_text"
        android:layout_marginBottom="@dimen/promo_between_text_margin"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:text="@string/privacy_sandbox_m1_consent_learn_more_link"
        app:leading="@dimen/text_size_medium_leading"
        style="@style/TextAppearance.TextMedium.Secondary" />

</LinearLayout>