Loading core/res/res/menu/language_selection_list.xml +4 −4 Original line number Diff line number Diff line Loading @@ -14,12 +14,12 @@ limitations under the License. --> <menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"> <menu xmlns:android="http://schemas.android.com/apk/res/android"> <item android:id="@+id/locale_search_menu" android:title="@string/locale_search_menu" app:showAsAction="always" app:actionViewClass="android.widget.SearchView" /> android:icon="@*android:drawable/ic_search_api_material" android:showAsAction="always|collapseActionView" android:actionViewClass="android.widget.SearchView" /> </menu> core/res/res/values/strings.xml +1 −1 Original line number Diff line number Diff line Loading @@ -4176,7 +4176,7 @@ <string name="language_selection_title">Language preference</string> <!-- Title for the region selection screen [CHAR LIMIT=25] --> <string name="country_selection_title">Region preference</string> <!-- Hint text in a search edit box (used to filter long language / country lists) [CHAR LIMIT=20] --> <!-- Hint text in a search edit box (used to filter long language / country lists) [CHAR LIMIT=25] --> <string name="search_language_hint">Type language name</string> <!-- List section subheader for the language picker, containing a list of suggested languages determined by the default region [CHAR LIMIT=30] --> Loading Loading
core/res/res/menu/language_selection_list.xml +4 −4 Original line number Diff line number Diff line Loading @@ -14,12 +14,12 @@ limitations under the License. --> <menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"> <menu xmlns:android="http://schemas.android.com/apk/res/android"> <item android:id="@+id/locale_search_menu" android:title="@string/locale_search_menu" app:showAsAction="always" app:actionViewClass="android.widget.SearchView" /> android:icon="@*android:drawable/ic_search_api_material" android:showAsAction="always|collapseActionView" android:actionViewClass="android.widget.SearchView" /> </menu>
core/res/res/values/strings.xml +1 −1 Original line number Diff line number Diff line Loading @@ -4176,7 +4176,7 @@ <string name="language_selection_title">Language preference</string> <!-- Title for the region selection screen [CHAR LIMIT=25] --> <string name="country_selection_title">Region preference</string> <!-- Hint text in a search edit box (used to filter long language / country lists) [CHAR LIMIT=20] --> <!-- Hint text in a search edit box (used to filter long language / country lists) [CHAR LIMIT=25] --> <string name="search_language_hint">Type language name</string> <!-- List section subheader for the language picker, containing a list of suggested languages determined by the default region [CHAR LIMIT=30] --> Loading