aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Walker <jewalker@google.com>2016-05-17 18:44:54 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-05-17 18:44:54 +0000
commitd13f63baff77d16f30d3f32d1ca7a000f5aa215d (patch)
treeaa9cba33c02777db2ea68c9a601a69b0c1ef267c
parent9735614b04665b7fed75482d8ecd56ad023a6218 (diff)
parentfa8730d7a037af4b2631a0b473a58720745efb71 (diff)
downloadandroid-d13f63baff77d16f30d3f32d1ca7a000f5aa215d.tar.gz
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
-rw-r--r--wearable/wear/WearDrawers/gradle/wrapper/gradle-wrapper.properties2
-rw-r--r--wearable/wear/WearDrawers/screenshots/icon-web.pngbin0 -> 7718 bytes
-rw-r--r--wearable/wear/WearDrawers/screenshots/wear-round-1.pngbin0 -> 253720 bytes
-rw-r--r--wearable/wear/WearDrawers/screenshots/wear-round-2.pngbin0 -> 211552 bytes
-rw-r--r--wearable/wear/WearDrawers/screenshots/wear-round-3.pngbin0 -> 53829 bytes
-rw-r--r--wearable/wear/WearDrawers/screenshots/wear-round-4.pngbin0 -> 57751 bytes
-rw-r--r--wearable/wear/WearDrawers/template-params.xml44
7 files changed, 28 insertions, 18 deletions
diff --git a/wearable/wear/WearDrawers/gradle/wrapper/gradle-wrapper.properties b/wearable/wear/WearDrawers/gradle/wrapper/gradle-wrapper.properties
index be74612d..369e8ad4 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 00000000..324e72cd
--- /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 00000000..b644720c
--- /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 00000000..fe4c53f3
--- /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 00000000..f6e847c7
--- /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 00000000..0f364320
--- /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 2869980a..32bad2e1 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.
-
- 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
+ Steps for trying out this sample:
+
+ * 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).
+
+ 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>