1<!-- 2 ~ Copyright 2022 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 ~ https://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 xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation"> 18 <string name="app_name">Accompanist Sample</string> 19 20 <string name="insets_title_basic">Insets: Basic</string> 21 <string name="insets_title_fragment">Insets: Fragment</string> 22 <string name="insets_title_list">Insets: Edge-to-edge list</string> 23 <string name="insets_title_list_bottomnav">Insets: Edge-to-edge list with Bottom Navigation</string> 24 <string name="insets_title_imeanim">Insets: IME Animations</string> 25 26 <string name="horiz_pager_title_basics">Horizontal Pager: Basic</string> 27 <string name="horiz_pager_with_indicator_title">Horizontal Pager: Indicator</string> 28 <string name="horiz_pager_with_transition_title">Horizontal Pager: Transition</string> 29 <string name="horiz_pager_title_looping">Horizontal Pager: Looping</string> 30 <string name="horiz_pager_title_looping_indicator">Horizontal Pager: Looping with Indicators</string> 31 <string name="horiz_pager_title_looping_tabs">Horizontal Pager: Looping with Tabs</string> 32 <string name="horiz_pager_title_tabs">Horizontal Pager: Tabs</string> 33 <string name="horiz_pager_title_scroll_content">Horizontal Pager: Scrolling content</string> 34 <string name="horiz_pager_title_different_paddings">Horizontal Pager: Different paddings</string> 35 36 <string name="vertical_pager_title_basics">Vertical Pager: Basic</string> 37 <string name="vertical_pager_with_indicator_title">Vertical Pager: Indicator</string> 38 39 <string name="pagers_title_nested">Pagers: Nested</string> 40 41 <string name="navigation_title_animated">Navigation: Transitions</string> 42 <string name="navigation_title_bottom_sheet">Navigation: Bottom Sheets</string> 43 44 <string name="permissions_title_one">Permissions: Request permission</string> 45 <string name="permissions_title_multiple">Permissions: Request multiple permissions</string> 46 <string name="permissions_title_location">Permissions: Request location permissions</string> 47 48 <string name="flowlayout_title_column">Flow Layout: Column</string> 49 <string name="flowlayout_title_row">Flow Layout: Row</string> 50 51 <string name="swiperefresh_title_basics">Swipe Refresh: Basic</string> 52 <string name="swiperefresh_title_content_padding">Swipe Refresh: Edge-to-edge</string> 53 <string name="swiperefresh_title_tweaked">Swipe Refresh: Tweaked indicator</string> 54 <string name="swiperefresh_title_custom">Swipe Refresh: Custom indicator</string> 55 <string name="swiperefresh_title_verticalpager">Swipe Refresh: VerticalPager</string> 56 57 <string name="system_ui_controller_title_color">System Ui Controller: Color</string> 58 <string name="system_ui_controller_title_color_dialog">System Ui Controller: Color in Dialog</string> 59 <string name="system_ui_controller_title_visibility">System Ui Controller: Visibility</string> 60 61 <string name="placeholder_title_basics">Placeholder: Basic</string> 62 <string name="placeholder_title_fade">Placeholder: Fade</string> 63 <string name="placeholder_title_shimmer">Placeholder: Shimmer</string> 64 65 <string name="webview_title_basic">WebView: Basic</string> 66 <string name="webview_title_wrapped">WebView: Wrapped Content</string> 67 <string name="webview_savestate">WebView: Save State on Navigation</string> 68 69 <string name="adaptive_two_pane_basic">Adaptive: TwoPane Basic</string> 70 <string name="adaptive_two_pane_horizontal">Adaptive: TwoPane Horizontal</string> 71 <string name="adaptive_two_pane_vertical">Adaptive: TwoPane Vertical</string> 72 <string name="adaptive_fold_aware_column_nav_rail">Adaptive: Fold Aware Column with Nav Rail</string> 73 <string name="adaptive_fold_aware_column_nav_drawer">Adaptive: Fold Aware Column with Nav Drawer</string> 74 <string name="adaptive_fold_aware_column_draggable">Adaptive: Draggable Fold Aware Column</string> 75 76 <string name="testharness">Test Harness</string> 77 <string name="this_is_content">This is content\n%s</string> 78 79 <string name="themeadapter_title_material">Theme Adapter: Material</string> 80 <string name="themeadapter_title_material3">Theme Adapter: Material 3</string> 81 82</resources> 83