| <?xml version="1.0" encoding="utf-8"?> |
| <!-- Copyright 2017 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:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation"> |
| <string name="activity_sample_code">ViewPager2 Demos</string> |
| <string name="label_orientation">Orientation:</string> |
| <string name="label_jump_to">Jump to:</string> |
| <string name="label_jump">Jump</string> |
| <string name="disable_user_input">Disable user input</string> |
| <string name="checkbox_smoothscroll">Smooth</string> |
| <string name="checkbox_rotate">Rotate</string> |
| <string name="checkbox_translate">Translate</string> |
| <string name="checkbox_scale">Scale</string> |
| <string name="increase_count">Count++</string> |
| <string name="count_colon">Count:</string> |
| <string name="id_colon">Id:</string> |
| <string name="add_new_before">Add new before</string> |
| <string name="add_new_after">Add new after</string> |
| <string name="remove_page">Remove page</string> |
| <string name="go_to_page">Go to page</string> |
| <string name="use_diff_util">Use DiffUtil:</string> |
| <string name="choose_a_page">Choose a page:</string> |
| <string name="toolbox">Toolbox</string> |
| <string name="viewpager2">ViewPager2</string> |
| <string name="first_rv">Horizontal RecyclerView</string> |
| <string name="second_rv">Vertical RecyclerView</string> |
| <string name="page_position">Page %1$d</string> |
| <string name="item_position">Item %1$d</string> |
| <string name="image_content_description">Android</string> |
| </resources> |