summaryrefslogtreecommitdiff
path: root/samples/browseable/SwipeRefreshLayoutBasic
diff options
context:
space:
mode:
authorNaoki Ishihara <naoki@google.com>2014-08-13 17:46:57 -0700
committerNaoki Ishihara <naoki@google.com>2014-08-14 15:16:04 -0700
commit56d2cb15b332fc44ccd755693a644c007e616dc4 (patch)
treef8eb7fb60a7a956e5da6306023aa623739f40b74 /samples/browseable/SwipeRefreshLayoutBasic
parent2f5c98511397c0528fa710b4603b3322fdc4e7ba (diff)
Adding browsable prebuilt samples for August push
Change-Id: I7b10e94da639ad0e304abd2507c66265073d2398
Diffstat (limited to 'samples/browseable/SwipeRefreshLayoutBasic')
-rwxr-xr-xsamples/browseable/SwipeRefreshLayoutBasic/res/values/fragmentview_strings.xml19
-rwxr-xr-xsamples/browseable/SwipeRefreshLayoutBasic/res/values/strings.xml29
2 files changed, 35 insertions, 13 deletions
diff --git a/samples/browseable/SwipeRefreshLayoutBasic/res/values/fragmentview_strings.xml b/samples/browseable/SwipeRefreshLayoutBasic/res/values/fragmentview_strings.xml
new file mode 100755
index 000000000..7b9d9ec4f
--- /dev/null
+++ b/samples/browseable/SwipeRefreshLayoutBasic/res/values/fragmentview_strings.xml
@@ -0,0 +1,19 @@
+<!--
+ Copyright 2013 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="sample_show_log">Show Log</string>
+ <string name="sample_hide_log">Hide Log</string>
+</resources>
diff --git a/samples/browseable/SwipeRefreshLayoutBasic/res/values/strings.xml b/samples/browseable/SwipeRefreshLayoutBasic/res/values/strings.xml
index 7b9d9ec4f..6bdb32e3c 100755
--- a/samples/browseable/SwipeRefreshLayoutBasic/res/values/strings.xml
+++ b/samples/browseable/SwipeRefreshLayoutBasic/res/values/strings.xml
@@ -1,19 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
<!--
- Copyright 2013 The Android Open Source Project
+ Copyright 2014 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
+ 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
+ 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.
+ 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="sample_show_log">Show Log</string>
- <string name="sample_hide_log">Hide Log</string>
-</resources>
+
+ <string name="menu_refresh">Refresh</string>
+
+</resources> \ No newline at end of file