Bug 1849073 - Part 1: Remove the Bookmark Search Dialog
[gecko.git] / mobile / android / fenix / app / src / main / res / layout / quicksetting_permission_spinner_dropdown.xml
blob649870fec5aadaaf5f68d4f1115e9f7d43aaffb8
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 <CheckedTextView xmlns:android="http://schemas.android.com/apk/res/android"
6     xmlns:tools="http://schemas.android.com/tools"
7     android:id="@android:id/text1"
8     style="?android:attr/spinnerDropDownItemStyle"
9     android:layout_width="match_parent"
10     android:layout_height="48dp"
11     android:background="@drawable/etp_spinner_item_background"
12     android:gravity="end|center_vertical"
13     android:paddingStart="15dp"
14     android:paddingEnd="15dp"
15     tools:text="Allow Audible"
16     android:textColor="?accentUsedOnDarkBackground" />