[fenix] For https://github.com/mozilla-mobile/fenix/issues/24252 - Rename primaryText...
[gecko.git] / mobile / android / fenix / app / src / main / res / menu / languages_list.xml
blob9fb0e0380c2a3fa65edc549b0bc65da72f21c7cb
1 <?xml version="1.0" encoding="utf-8"?><!-- This Source Code Form is subject to the terms of the Mozilla Public
2    - License, v. 2.0. If a copy of the MPL was not distributed with this
3    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
4 <menu xmlns:android="http://schemas.android.com/apk/res/android"
5     xmlns:app="http://schemas.android.com/apk/res-auto">
6     <item
7         android:id="@+id/search"
8         android:icon="@drawable/ic_search"
9         android:title="@string/locale_search_hint"
10         app:iconTint="?attr/textPrimary"
11         app:actionViewClass="androidx.appcompat.widget.SearchView"
12         android:contentDescription="@string/locale_search_hint"
13         app:showAsAction="ifRoom|collapseActionView" />
14 </menu>