Skip to content

Commit cb5be56

Browse files
authored
Merge pull request #6 from mu-lambda/master
Support rotary input.
2 parents 9c030b3 + c785c8a commit cb5be56

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

library/src/main/res/layout/awcp_color_pick.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,12 @@
3131
<androidx.wear.widget.WearableRecyclerView
3232
android:id="@+id/rclList"
3333
android:layout_width="match_parent"
34-
android:layout_height="match_parent" />
34+
android:layout_height="match_parent"
35+
android:focusable="true"
36+
android:focusableInTouchMode="true">
37+
<requestFocus/>
38+
</androidx.wear.widget.WearableRecyclerView>
39+
3540

3641
<View
3742
android:id="@+id/vieRevealedColor"

0 commit comments

Comments
 (0)