<!--
  ~ Copyright 2022 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
  ~
  ~      https://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:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
    <string name="app_name">Accompanist Sample</string>

    <string name="insets_title_basic">Insets: Basic</string>
    <string name="insets_title_fragment">Insets: Fragment</string>
    <string name="insets_title_list">Insets: Edge-to-edge list</string>
    <string name="insets_title_list_bottomnav">Insets: Edge-to-edge list with Bottom Navigation</string>
    <string name="insets_title_imeanim">Insets: IME Animations</string>

    <string name="horiz_pager_title_basics">Horizontal Pager: Basic</string>
    <string name="horiz_pager_with_indicator_title">Horizontal Pager: Indicator</string>
    <string name="horiz_pager_with_transition_title">Horizontal Pager: Transition</string>
    <string name="horiz_pager_title_looping">Horizontal Pager: Looping</string>
    <string name="horiz_pager_title_looping_indicator">Horizontal Pager: Looping with Indicators</string>
    <string name="horiz_pager_title_looping_tabs">Horizontal Pager: Looping with Tabs</string>
    <string name="horiz_pager_title_tabs">Horizontal Pager: Tabs</string>
    <string name="horiz_pager_title_scroll_content">Horizontal Pager: Scrolling content</string>
    <string name="horiz_pager_title_different_paddings">Horizontal Pager: Different paddings</string>

    <string name="vertical_pager_title_basics">Vertical Pager: Basic</string>
    <string name="vertical_pager_with_indicator_title">Vertical Pager: Indicator</string>

    <string name="pagers_title_nested">Pagers: Nested</string>

    <string name="navigation_title_animated">Navigation: Transitions</string>
    <string name="navigation_title_bottom_sheet">Navigation: Bottom Sheets</string>

    <string name="permissions_title_one">Permissions: Request permission</string>
    <string name="permissions_title_multiple">Permissions: Request multiple permissions</string>
    <string name="permissions_title_location">Permissions: Request location permissions</string>

    <string name="flowlayout_title_column">Flow Layout: Column</string>
    <string name="flowlayout_title_row">Flow Layout: Row</string>

    <string name="swiperefresh_title_basics">Swipe Refresh: Basic</string>
    <string name="swiperefresh_title_content_padding">Swipe Refresh: Edge-to-edge</string>
    <string name="swiperefresh_title_tweaked">Swipe Refresh: Tweaked indicator</string>
    <string name="swiperefresh_title_custom">Swipe Refresh: Custom indicator</string>
    <string name="swiperefresh_title_verticalpager">Swipe Refresh: VerticalPager</string>

    <string name="system_ui_controller_title_color">System Ui Controller: Color</string>
    <string name="system_ui_controller_title_color_dialog">System Ui Controller: Color in Dialog</string>
    <string name="system_ui_controller_title_visibility">System Ui Controller: Visibility</string>

    <string name="placeholder_title_basics">Placeholder: Basic</string>
    <string name="placeholder_title_fade">Placeholder: Fade</string>
    <string name="placeholder_title_shimmer">Placeholder: Shimmer</string>

    <string name="webview_title_basic">WebView: Basic</string>
    <string name="webview_title_wrapped">WebView: Wrapped Content</string>
    <string name="webview_savestate">WebView: Save State on Navigation</string>

    <string name="adaptive_two_pane_basic">Adaptive: TwoPane Basic</string>
    <string name="adaptive_two_pane_horizontal">Adaptive: TwoPane Horizontal</string>
    <string name="adaptive_two_pane_vertical">Adaptive: TwoPane Vertical</string>
    <string name="adaptive_fold_aware_column_nav_rail">Adaptive: Fold Aware Column with Nav Rail</string>
    <string name="adaptive_fold_aware_column_nav_drawer">Adaptive: Fold Aware Column with Nav Drawer</string>
    <string name="adaptive_fold_aware_column_draggable">Adaptive: Draggable Fold Aware Column</string>

    <string name="testharness">Test Harness</string>
    <string name="this_is_content">This is content\n%s</string>

    <string name="themeadapter_title_material">Theme Adapter: Material</string>
    <string name="themeadapter_title_material3">Theme Adapter: Material 3</string>

</resources>
