1<?xml version="1.0" encoding="utf-8"?><!-- 2 Copyright 2025 The Android Open Source Project 3 4 Licensed under the Apache License, Version 2.0 (the "License"); 5 you may not use this file except in compliance with the License. 6 You may obtain a copy of the License at 7 8 http://www.apache.org/licenses/LICENSE-2.0 9 10 Unless required by applicable law or agreed to in writing, software 11 distributed under the License is distributed on an "AS IS" BASIS, 12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 See the License for the specific language governing permissions and 14 limitations under the License. 15 --> 16 17<resources> 18 <!-- Spoken content description of a drag handle that use to control pane expansion. --> 19 <string name="m3_adaptive_default_pane_expansion_drag_handle_content_description"> 20 Pane expansion drag handle 21 </string> 22 <!-- Spoken state description of a drag handle that describes the current pane split state. 23 It's supposed to be used with the below m3_xxxxxxx_anchor_description strings. --> 24 <string name="m3_adaptive_default_pane_expansion_drag_handle_state_description"> 25 Current pane split, %s 26 </string> 27 <!-- Spoken action description of a drag handle to control pane expansion. 28 It's supposed to be used with the below m3_xxxxxxx_anchor_description strings. --> 29 <string name="m3_adaptive_default_pane_expansion_drag_handle_action_description"> 30 Change pane split to %s 31 </string> 32 <!-- Spoken description of a pane expansion anchor point based on proportion in percentages 33 a user can anchor the pane expansion to. --> 34 <string name="m3_adaptive_default_pane_expansion_proportion_anchor_description"> 35 %d percent 36 </string> 37 <!-- Spoken description of a pane expansion anchor point based on offset from start in DPs a 38 user can anchor the pane expansion to. --> 39 <string name="m3_adaptive_default_pane_expansion_start_offset_anchor_description"> 40 %d DPs from start 41 </string> 42 <!-- Spoken description of a pane expansion anchor point based on offset from end in DPs a user 43 can anchor the pane expansion to. --> 44 <string name="m3_adaptive_default_pane_expansion_end_offset_anchor_description"> 45 %d DPs from end 46 </string> 47</resources> 48