aboutsummaryrefslogtreecommitdiff
path: root/accessibility/CheckableLayout/Application/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorShailen Tuli <shailentuli@google.com>2016-09-04 14:31:55 -0700
committerTrevor Johns <trevorjohns@google.com>2017-02-27 20:15:01 +0000
commit2aa89c5a29f849f7d234c9f40554de9a1b712f76 (patch)
treec302b25a76b481df96469b4135b25e270b08d592 /accessibility/CheckableLayout/Application/src/main/res/values/strings.xml
parent6328a9cd6c34f46961927759a8735eca8997b7f5 (diff)
downloadandroid-2aa89c5a29f849f7d234c9f40554de9a1b712f76.tar.gz
Created CheckableLayout accessibility sample
Bug: 35802085 Change-Id: I914efeb351c242c570bcdd7e274957c7d9f60278
Diffstat (limited to 'accessibility/CheckableLayout/Application/src/main/res/values/strings.xml')
-rw-r--r--accessibility/CheckableLayout/Application/src/main/res/values/strings.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/accessibility/CheckableLayout/Application/src/main/res/values/strings.xml b/accessibility/CheckableLayout/Application/src/main/res/values/strings.xml
new file mode 100644
index 00000000..76f9b95d
--- /dev/null
+++ b/accessibility/CheckableLayout/Application/src/main/res/values/strings.xml
@@ -0,0 +1,16 @@
+<!--
+ Copyright 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>
+ <string name="app_name">CheckableLayout</string>
+ <string name="birch_leaves">Birch leaves</string>
+</resources>