Skip to content

Commit 3e02ca9

Browse files
committed
fixed and verified it works.
1 parent c32490e commit 3e02ca9

File tree

6 files changed

+16
-4
lines changed

6 files changed

+16
-4
lines changed

WearableDataLayer2/.idea/.gitignore

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

WearableDataLayer3/.idea/.gitignore

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

WearableDataLayer3/.idea/misc.xml

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

WearableDataLayer3/wear/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@ dependencies {
2525
// implementation 'androidx.legacy:legacy-support-v4:1.0.0'
2626
// implementation 'androidx.recyclerview:recyclerview:1.1.0'
2727
implementation 'com.google.android.gms:play-services-wearable:18.0.0'
28+
implementation 'androidx.wear:wear:1.2.0'
29+
2830
}

WearableDataLayer3/wear/src/main/java/edu/cs4730/wearabledatalayer3/MainActivity.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
* https://developer.android.com/training/wearables/apps/debugging.html
3131
* adb forward tcp:4444 localabstract:/adb-hub
3232
* adb connect 127.0.0.1:4444
33+
*
34+
* verified it works on a pixel watch and pixel 4a.
3335
*/
3436

3537

WearableDataLayer3/wear/src/main/res/layout/activity_main.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
xmlns:tools="http://schemas.android.com/tools"
77
android:layout_width="match_parent"
88
android:layout_height="match_parent"
9-
android:background="@color/dark_grey"
9+
1010
android:padding="@dimen/box_inset_layout_padding"
1111
tools:context="edu.cs4730.wearabledatalayer3.MainActivity"
1212
tools:deviceIds="wear">

0 commit comments

Comments
 (0)