diff options
| author | Naoki Ishihara <naoki@google.com> | 2014-08-13 17:46:57 -0700 |
|---|---|---|
| committer | Naoki Ishihara <naoki@google.com> | 2014-08-14 15:16:04 -0700 |
| commit | 56d2cb15b332fc44ccd755693a644c007e616dc4 (patch) | |
| tree | f8eb7fb60a7a956e5da6306023aa623739f40b74 /samples/browseable/SlidingTabsBasic/res/values | |
| parent | 2f5c98511397c0528fa710b4603b3322fdc4e7ba (diff) | |
| download | android_development-56d2cb15b332fc44ccd755693a644c007e616dc4.tar.gz android_development-56d2cb15b332fc44ccd755693a644c007e616dc4.tar.bz2 android_development-56d2cb15b332fc44ccd755693a644c007e616dc4.zip | |
Adding browsable prebuilt samples for August push
Change-Id: I7b10e94da639ad0e304abd2507c66265073d2398
Diffstat (limited to 'samples/browseable/SlidingTabsBasic/res/values')
| -rwxr-xr-x | samples/browseable/SlidingTabsBasic/res/values/fragmentview_strings.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/samples/browseable/SlidingTabsBasic/res/values/fragmentview_strings.xml b/samples/browseable/SlidingTabsBasic/res/values/fragmentview_strings.xml new file mode 100755 index 000000000..7b9d9ec4f --- /dev/null +++ b/samples/browseable/SlidingTabsBasic/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> |
