[fenix] For https://github.com/mozilla-mobile/fenix/issues/24252 - Rename primaryText...
[gecko.git] / mobile / android / fenix / app / src / main / res / layout / exceptions_description.xml
blob1837395faafe5ee810e7a3bb8c5be48bbd410fb1
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
3    - License, v. 2.0. If a copy of the MPL was not distributed with this
4    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
5 <TextView xmlns:android="http://schemas.android.com/apk/res/android"
6     xmlns:tools="http://schemas.android.com/tools"
7     android:id="@+id/exceptions_description"
8     android:layout_width="match_parent"
9     android:layout_height="wrap_content"
10     android:layout_margin="12dp"
11     tools:text="@string/enhanced_tracking_protection_exceptions"
12     android:textColor="?attr/textPrimary"
13     android:textSize="16sp" />