Adds more descriptive intro/descriptions and better screenshots. am: 13d3422289 am: a875fb6f4b am: d39cd8a0ee
am: fa8730d7a0
* commit 'fa8730d7a037af4b2631a0b473a58720745efb71':
Adds more descriptive intro/descriptions and better screenshots.
Change-Id: Ic66d6e2add53e796ceea90c33993aea47586bbf5
diff --git a/wearable/wear/WearDrawers/gradle/wrapper/gradle-wrapper.properties b/wearable/wear/WearDrawers/gradle/wrapper/gradle-wrapper.properties
index be74612..369e8ad 100644
--- a/wearable/wear/WearDrawers/gradle/wrapper/gradle-wrapper.properties
+++ b/wearable/wear/WearDrawers/gradle/wrapper/gradle-wrapper.properties
@@ -1,4 +1,4 @@
-#Fri May 13 11:06:21 PDT 2016
+#Tue May 17 08:28:39 PDT 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
diff --git a/wearable/wear/WearDrawers/screenshots/icon-web.png b/wearable/wear/WearDrawers/screenshots/icon-web.png
new file mode 100644
index 0000000..324e72c
--- /dev/null
+++ b/wearable/wear/WearDrawers/screenshots/icon-web.png
Binary files differ
diff --git a/wearable/wear/WearDrawers/screenshots/wear-round-1.png b/wearable/wear/WearDrawers/screenshots/wear-round-1.png
new file mode 100644
index 0000000..b644720
--- /dev/null
+++ b/wearable/wear/WearDrawers/screenshots/wear-round-1.png
Binary files differ
diff --git a/wearable/wear/WearDrawers/screenshots/wear-round-2.png b/wearable/wear/WearDrawers/screenshots/wear-round-2.png
new file mode 100644
index 0000000..fe4c53f
--- /dev/null
+++ b/wearable/wear/WearDrawers/screenshots/wear-round-2.png
Binary files differ
diff --git a/wearable/wear/WearDrawers/screenshots/wear-round-3.png b/wearable/wear/WearDrawers/screenshots/wear-round-3.png
new file mode 100644
index 0000000..f6e847c
--- /dev/null
+++ b/wearable/wear/WearDrawers/screenshots/wear-round-3.png
Binary files differ
diff --git a/wearable/wear/WearDrawers/screenshots/wear-round-4.png b/wearable/wear/WearDrawers/screenshots/wear-round-4.png
new file mode 100644
index 0000000..0f36432
--- /dev/null
+++ b/wearable/wear/WearDrawers/screenshots/wear-round-4.png
Binary files differ
diff --git a/wearable/wear/WearDrawers/template-params.xml b/wearable/wear/WearDrawers/template-params.xml
index 2869980..32bad2e 100644
--- a/wearable/wear/WearDrawers/template-params.xml
+++ b/wearable/wear/WearDrawers/template-params.xml
@@ -24,16 +24,13 @@
<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.
+A simple sample that demonstrates Navigation and Action Drawers, part of Material Design for Wear.
]]>
</intro>
</strings>
@@ -43,7 +40,7 @@
<metadata>
<!-- Values: {DRAFT | PUBLISHED | INTERNAL | DEPRECATED | SUPERCEDED} -->
- <status>DRAFT</status>
+ <status>PUBLISHED</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
@@ -56,13 +53,17 @@
<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>
+ <img>screenshots/wear-round-1.png</img>
+ <img>screenshots/wear-round-2.png</img>
+ <img>screenshots/wear-round-3.png</img>
+ <img>screenshots/wear-round-4.png</img>
</screenshots>
<api_refs>
<android>android.support.wearable.activity.WearableActivity</android>
+ <android>android.support.wearable.view.drawer.WearableActionDrawer</android>
+ <android>android.support.wearable.view.drawer.WearableDrawerLayout</android>
+ <android>android.support.wearable.view.drawer.WearableNavigationDrawer</android>
</api_refs>
<!-- 1-3 line description of the sample here.
@@ -70,18 +71,27 @@
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.
+ A simple sample that demonstrates Navigation and Action Drawers, part of Material Design for Wear.
</description>
- <!-- TODO: Fill out -->
<intro>
- Long intro here.
+ Steps for trying out this sample:
- Multi-paragraph introduction to sample, from an educational point-of-view.
- *Markdown* formatting allowed. See [Markdown Documentation][1]
- for details.
+ * Compile and install the wearable app onto your Wear device or emulator.
+ (**Note:** You must install this app directly to your Wear device or emulator.
+ If installed on a phone, it will not be automatically pushed to a paired Wear
+ device, see [here][2] for more info).
- [1]: http://daringfireball.net/projects/markdown/syntax
+ This sample uses the planets in our solar system to demonstrate the two Android Wear
+ drawer components and concepts relating to [Android Wear][1] and [Material Design][3]:
+ * Customizes and enables screen/planet changes with the [Navigation Drawer][4]
+ * Adds customized actions to each screen using the [Action Drawer][5]
+
+ [1]: http://developer.android.com/wear/
+ [2]: https://developer.android.com/training/wearables/apps/creating.html#Install
+ [3]: http://www.google.com/design/wear
+ [4]: http://www.google.com/design/spec-wear/components/navigation-drawer.html
+ [5]: http://www.google.com/design/spec-wear/components/action-drawer.html
</intro>
</metadata>
</sample>