Files
lawnchair/modules/widgetpicker/res/values/strings.xml
Shamali P 0725160c04 Add a widget apps list and the header composable for widget picker.
Can either be selectable on click or expandable.

Bug: 408283627
Flag: EXEMPT independent module
Test: will be part of larger screenshot test
Change-Id: I991164c54d52cd64effff4987ff6c55107acb149
2025-05-13 17:13:56 -07:00

45 lines
2.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">
<!-- Placeholder text shown when app name is not loaded yet to display in the widget picker [CHAR_LIMIT=25] -->
<string name="widgets_list_header_app_name_fallback_label">App name</string>
<!-- Label for showing the number of widgets an app has in the full widgets picker.
[CHAR_LIMIT=25] -->
<string name="widgets_list_header_widgets_count_label">{count, plural,
=1 {# widget}
other {# widgets}
}</string>
<!-- The format string for the cell dimensions of a widget in the widget picker e.g. 2x2 -->
<!-- There is a special version of this format string for Farsi (%1$dx%2$d) -->
<string name="widget_span_dimensions_format">%1$d \u00d7 %2$d</string>
<!-- Accessibility spoken message format for the cell dimensions of a widget in the widget picker -->
<string name="widget_span_dimensions_accessible_format">%1$d wide by %2$d high</string>
<!-- Tab / list header label. A user can tap this to access recommended (or featured) widgets.
[CHAR_LIMIT=25] -->
<string name="featured_widgets_tab_label">Featured</string>
<!-- 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>