aboutsummaryrefslogtreecommitdiff
path: root/wearable/wear/WearDrawers/template-params.xml
diff options
context:
space:
mode:
Diffstat (limited to 'wearable/wear/WearDrawers/template-params.xml')
-rw-r--r--wearable/wear/WearDrawers/template-params.xml87
1 files changed, 87 insertions, 0 deletions
diff --git a/wearable/wear/WearDrawers/template-params.xml b/wearable/wear/WearDrawers/template-params.xml
new file mode 100644
index 00000000..2869980a
--- /dev/null
+++ b/wearable/wear/WearDrawers/template-params.xml
@@ -0,0 +1,87 @@
+<?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.
+-->
+
+<sample>
+ <name>WearDrawers</name>
+ <group>Wearable</group>
+ <package>com.example.android.wearable.wear.weardrawers</package>
+
+ <minSdkVersionWear>23</minSdkVersionWear>minSdkVersionWear>
+ <targetSdkVersion>23</targetSdkVersion>
+ <targetSdkVersionWear>23</targetSdkVersionWear>
+
+
+ <provided_dependency_wearable>com.google.android.wearable:wearable:1.0.0</provided_dependency_wearable>
+ <dependency_wearable>com.google.android.support:wearable:2.0.0-alpha1</dependency_wearable>
+
+
+
+ <strings>
+ <intro>
+ <![CDATA[
+ Demonstrates the use of the Navigation and Action Drawers for Wear.
+ ]]>
+ </intro>
+ </strings>
+
+ <template src="base-build" />
+ <template src="Wear" />
+
+ <metadata>
+ <!-- Values: {DRAFT | PUBLISHED | INTERNAL | DEPRECATED | SUPERCEDED} -->
+ <status>DRAFT</status>
+ <!-- See http://go/sample-categories for details on the next 4 fields. -->
+ <!-- Most samples just need to udpate the Categories field. This is a comma-
+ seperated list of topic tags. Unlike the old category system, samples
+ may have multiple categories, so feel free to add extras. Try to avoid
+ simply tagging everything with "UI". :)-->
+ <categories>Wearable</categories>
+ <technologies>Android</technologies>
+ <languages>Java</languages>
+ <solutions>Mobile</solutions>
+ <level>INTERMEDIATE</level>
+ <!-- TODO: Dimensions: 512x512, PNG fomrat -->
+ <icon>screenshots/icon-web.png</icon>
+ <!-- TODOD: Path to screenshots. Use <img> tags for each. -->
+ <screenshots>
+ <img>screenshots/1-main.png</img>
+ <img>screenshots/2-settings.png</img>
+ </screenshots>
+ <api_refs>
+ <android>android.support.wearable.activity.WearableActivity</android>
+ </api_refs>
+
+ <!-- 1-3 line description of the sample here.
+
+ Avoid simply rearranging the sample's title. What does this sample actually
+ accomplish, and how does it do it? -->
+ <description>
+ A basic sample that shows you how to use Navigation and Action Drawers for Wearables.
+ </description>
+
+ <!-- TODO: Fill out -->
+ <intro>
+ Long intro here.
+
+ Multi-paragraph introduction to sample, from an educational point-of-view.
+ *Markdown* formatting allowed. See [Markdown Documentation][1]
+ for details.
+
+ [1]: http://daringfireball.net/projects/markdown/syntax
+ </intro>
+ </metadata>
+</sample>