SetupWizardLibrary/library/main/res/values/strings.xml
Maurice Lam 2d77e072fe [SetupWizardLib] Add support for require scrolling
Add SetupWizardLayout.requireScrollToBottom method that will register
a RequireScrollHelper on the layout. When the helper is registered
and the content view can scroll, the next button will be hidden and a
down-arrow button is shown, which will scroll the page down when
clicked.

Change-Id: Ib9ddcbeec24169cc00265fe107deb1b5099cba8d
2015-05-29 15:14:35 -07:00

28 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2015 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>
<!-- Button for going to the next screen or step [CHAR LIMIT=20] -->
<string name="suw_next_button_label">Next</string>
<!-- Button for going to the previous screen or step [CHAR LIMIT=20] -->
<string name="suw_back_button_label">Back</string>
<!-- Button for scrolling down to reveal more content on the screen [CHAR LIMIT=20] -->
<string name="suw_more_button_label">More</string>
</resources>