android / wear-os-samples

Multiple samples showing best practices in app and watch face development on Wear OS.
https://developer.android.com/wear
Apache License 2.0
1.12k stars 572 forks source link

WatchFaceKotlin missing rotary input #970

Open lancelinksp opened 10 months ago

lancelinksp commented 10 months ago

WatchFaceKotlin/app/src/main/res/layout/activity_watch_face_config.xml is using ScrollView but rotary Input is not configured which is part of the Wear App Quality Guidelines.

derry701 commented 9 months ago

@lancelinksp

I ran into this issue on a personal project and have submitted a pull request with the fix I made

https://github.com/android/wear-os-samples/pull/981