blob: b0950b20a0d1d2530c56ec9f04cb67493c6a2832 [file] [log] [blame]
Dianne Hackborn45573422011-06-02 19:44:14 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2007 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 http://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
Aurimas Liutikas22fe4302017-03-14 17:36:23 -070017<resources>
Dianne Hackborn45573422011-06-02 19:44:14 -070018 <string name="activity_sample_code">Support v13 Demos</string>
19
20 <string name="hello_world"><b>Hello, <i>World!</i></b></string>
Dianne Hackbornc5783312012-09-05 16:37:36 -070021 <string name="retained">Retained state</string>
22
Dianne Hackborn45573422011-06-02 19:44:14 -070023 <string name="alert_dialog_two_buttons_title">
24 Lorem ipsum dolor sit aie consectetur adipiscing\nPlloaso mako nuto
25 siwuf cakso dodtos anr koop.
26 </string>
27
Dianne Hackbornc5783312012-09-05 16:37:36 -070028 <string name="fragment_nesting_pager_support">Fragment/Nesting Pager</string>
29
30 <string name="fragment_nesting_state_pager_support">Fragment/Nesting State Pager</string>
31
Dianne Hackborn45573422011-06-02 19:44:14 -070032 <string name="fragment_pager_support">Fragment/Pager</string>
Dianne Hackborn3261ccc2011-06-03 12:31:09 -070033 <string name="first">First</string>
34 <string name="last">Last</string>
Dianne Hackborn45573422011-06-02 19:44:14 -070035
36 <string name="fragment_state_pager_support">Fragment/State Pager</string>
37
Dianne Hackborn2a5ea7e2011-06-13 13:48:13 -070038 <string name="action_bar_tabs_pager">Fragment/Action Bar Tabs Pager</string>
Yohei Yukawa57c08542016-08-12 21:08:36 -070039
40 <string name="commit_content_support">View/Input Method/Commit Content</string>
41
Dianne Hackborn45573422011-06-02 19:44:14 -070042</resources>