<?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_notice_row_dropdown"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<TextView
android:layout_marginBottom="@dimen/promo_between_text_margin"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:accessibilityHeading="true"
android:text="@string/privacy_sandbox_m1_notice_row_learn_more_heading_1"
style="@style/TextAppearance.TextMediumThick.Secondary" />
<org.chromium.ui.widget.TextViewWithLeading
android:layout_marginBottom="@dimen/promo_between_text_margin"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/privacy_sandbox_m1_notice_row_learn_more_description_1"
app:leading="@dimen/text_size_medium_leading"
style="@style/TextAppearance.TextMedium.Secondary" />
<org.chromium.ui.widget.TextViewWithLeading
android:id="@+id/privacy_sandbox_m1_notice_row_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_notice_row_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:layout_marginBottom="@dimen/promo_between_text_margin"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/privacy_sandbox_m1_notice_row_learn_more_description_2"
app:leading="@dimen/text_size_medium_leading"
style="@style/TextAppearance.TextMedium.Secondary" />
<org.chromium.ui.widget.TextViewWithLeading
android:layout_marginBottom="@dimen/promo_between_text_margin"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/privacy_sandbox_m1_notice_row_learn_more_description_3"
app:leading="@dimen/text_size_medium_leading"
style="@style/TextAppearance.TextMedium.Secondary" />
<TextView
android:layout_marginBottom="@dimen/promo_between_text_margin"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:accessibilityHeading="true"
android:text="@string/privacy_sandbox_m1_notice_row_learn_more_heading_2"
style="@style/TextAppearance.TextMediumThick.Secondary" />
<org.chromium.ui.widget.TextViewWithLeading
android:layout_marginBottom="@dimen/promo_between_text_margin"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/privacy_sandbox_m1_notice_row_learn_more_description_4"
app:leading="@dimen/text_size_medium_leading"
style="@style/TextAppearance.TextMedium.Secondary" />
<org.chromium.ui.widget.TextViewWithLeading
android:layout_marginBottom="@dimen/promo_between_text_margin"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/privacy_sandbox_m1_notice_row_learn_more_description_android"
app:leading="@dimen/text_size_medium_leading"
style="@style/TextAppearance.TextMedium.Secondary" />
<org.chromium.ui.widget.TextViewWithLeading
android:layout_marginBottom="@dimen/promo_between_text_margin"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/privacy_sandbox_m1_notice_row_learn_more_description_5"
app:leading="@dimen/text_size_medium_leading"
style="@style/TextAppearance.TextMedium.Secondary" />
</LinearLayout>