We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c030b3 + c785c8a commit cb5be56Copy full SHA for cb5be56
1 file changed
library/src/main/res/layout/awcp_color_pick.xml
@@ -31,7 +31,12 @@
31
<androidx.wear.widget.WearableRecyclerView
32
android:id="@+id/rclList"
33
android:layout_width="match_parent"
34
- android:layout_height="match_parent" />
+ android:layout_height="match_parent"
35
+ android:focusable="true"
36
+ android:focusableInTouchMode="true">
37
+ <requestFocus/>
38
+ </androidx.wear.widget.WearableRecyclerView>
39
+
40
41
<View
42
android:id="@+id/vieRevealedColor"
0 commit comments