<?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"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/tracking_protection_card"
style="@style/CardTransparentForDark"
android:orientation="vertical"
android:gravity="start"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="16dp">
<org.chromium.ui.widget.TextViewWithLeading
android:id="@+id/tracking_protection_card_title"
android:text="@string/new_tab_otr_third_party_blocked_cookie"
android:textAppearance="@style/TextAppearance.TextLarge.Primary.Baseline.Light"
android:layout_marginBottom="@dimen/md_incognito_ntp_line_spacing"
android:layout_height="wrap_content"
android:layout_width="match_parent" />
<org.chromium.ui.widget.TextViewWithLeading
android:id="@+id/tracking_protection_description_one"
android:text="@string/new_tab_otr_third_party_blocked_cookie_part_one"
android:textAppearance="@style/TextAppearance.TextMedium.Secondary.Baseline.Light"
app:leading="@dimen/text_size_medium_leading"
android:layout_marginBottom="@dimen/md_incognito_ntp_line_spacing"
android:layout_height="wrap_content"
android:layout_width="match_parent" />
<org.chromium.ui.widget.TextViewWithClickableSpans
android:id="@+id/tracking_protection_description_two"
android:textAppearance="@style/TextAppearance.TextMedium.Secondary.Baseline.Light"
app:leading="@dimen/text_size_medium_leading"
android:layout_height="wrap_content"
android:layout_width="match_parent" />
</LinearLayout>