commit | 71a5d3564e71d170521f978881b48a94caa988ac | [log] [tgz] |
---|---|---|
author | Trevor Johns <trevorjohns@google.com> | Thu Nov 06 23:06:40 2014 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Nov 06 23:06:41 2014 +0000 |
tree | 530876082e413fdeefee0af5b59c28b5929e8768 | |
parent | 206e1935339316a2111312801bca5d45c43b1b50 [diff] | |
parent | 35aefbce5bffbd93268780d90a18fd0ec9c415bb [diff] |
Merge "Switch two samples to "WearPlusShared" template" into klp-modular-docs
diff --git a/wearable/wear/SpeedTracker/template-params.xml b/wearable/wear/SpeedTracker/template-params.xml index 9186b9e..2e9f454 100644 --- a/wearable/wear/SpeedTracker/template-params.xml +++ b/wearable/wear/SpeedTracker/template-params.xml
@@ -46,6 +46,6 @@ </strings> <template src="base"/> - <template src="Wear"/> + <template src="WearPlusShared"/> </sample>
diff --git a/wearable/wear/SynchronizedNotifications/template-params.xml b/wearable/wear/SynchronizedNotifications/template-params.xml index 2ca7f31..9c4d45b 100644 --- a/wearable/wear/SynchronizedNotifications/template-params.xml +++ b/wearable/wear/SynchronizedNotifications/template-params.xml
@@ -39,6 +39,6 @@ <template src="base"/> <template src="SimpleView"/> - <template src="Wear"/> + <template src="WearPlusShared"/> </sample>