Docs: Sync browseable samples for lmp-docs

Synced to developers/samples/android commit
bc036ecdf44cd03163c206096172299f3940b057.

Change-Id: Ib68230d79ca300e7db906aff2ebfc2cb6c6968f7
This commit is contained in:
Trevor Johns
2014-12-09 18:47:59 -08:00
parent 1ccf8350d5
commit abededd8f7
503 changed files with 8907 additions and 2690 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
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>
</resources>

View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
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>
<!-- Activity themes -->
<style name="Theme.Base" parent="android:Theme.Material.Light">
</style>
</resources>

View File

@@ -1,22 +0,0 @@
<!--
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
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>
<!-- Activity themes -->
<style name="Theme.Base" parent="android:Theme.Material.Light" />
</resources>

View File

@@ -15,7 +15,7 @@
limitations under the License.
-->
<resources>
<string name="app_name">Notifications</string>
<string name="app_name">Wearable Notifications</string>
<string name="intro_message">
<![CDATA[

View File

@@ -15,5 +15,5 @@
-->
<resources>
<color name="divider_text">@android:color/holo_blue_bright</color>
<color name="divider_text">@android:color/holo_blue_dark</color>
</resources>

View File

@@ -38,6 +38,7 @@
<string name="content_icon_example">Content icon example</string>
<string name="multiple_page_example">Multiple page example</string>
<string name="bundle_example">Bundle example</string>
<string name="barcode_example">Barcode example</string>
<string name="min_priority">Min priority</string>
<string name="low_priority">Low priority</string>
@@ -161,6 +162,9 @@
<string name="big_picture_style_example_title">Big picture style example title</string>
<string name="big_picture_style_example_summary_text">Big picture style example summary</string>
<string name="barcode_content_title">Barcode example</string>
<string name="barcode_content_text">Swipe to view</string>
<string name="second_page_content_title">Second page title</string>
<string name="second_page_content_text">Second page text</string>