blob: 307f49d62bcfe229f62702f599179a7d8ed1d7ac [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2016 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>
<!-- Titles in the onboarding page. -->
<string-array name="onboarding_page_titles">
<item>Onboarding</item>
<item>Easy to implement</item>
<item>Customize your contents</item>
</string-array>
<!-- Descriptions in the onboarding page. -->
<string-array name="onboarding_page_descriptions">
<item>Announce your new features.</item>
<item>Just override OnboardingFragment and provide the messages and images.</item>
<item>Customize your own logo image, splash animation and the contents animations.</item>
</string-array>
</resources>