mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 18:06:48 +00:00
Bug: 408283627 Flag: EXEMPT independent module Test: will be part of larger screenshot test Change-Id: I933357a98b014f19f5ee8a9e81f02a221a3731e2
26 lines
1.3 KiB
XML
26 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?><!--
|
|
~ Copyright (C) 2025 The Android Open Source Project
|
|
~
|
|
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
~ you may not use this file except in compliance with the License.
|
|
~ You may obtain a copy of the License at
|
|
~
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
~
|
|
~ Unless required by applicable law or agreed to in writing, software
|
|
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
~ See the License for the specific language governing permissions and
|
|
~ limitations under the License.
|
|
-->
|
|
|
|
<resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
|
<!-- Search bar strings -->
|
|
<!-- Placeholder text displayed in the widget's search bar [CHAR_LIMIT=50] -->
|
|
<string name="widgets_search_bar_hint">Search</string>
|
|
<!-- Accessibility label for the button to clear text in widgets search bar -->
|
|
<string name="widget_search_bar_clear_button_label">Clear</string>
|
|
<!-- Accessibility label for the button to go back from the search screen -->
|
|
<string name="widget_search_bar_back_button_label">Back</string>
|
|
</resources>
|