sony smartwatch 2 click event not being raised
问题 I'm guessing this is just me doing something a bit dumb. I have a load of TextViews in my layout file which I'm using to create a number pad. They are 0-9 like this: <TextView android:id="@+id/pad_number_7" android:text="@string/pad_number_text_7" style="@style/pad_button" /> The pad_button style includes: <item name="android:clickable">true</item> Then in my ControlExtension class' constructor I am calling a method called wireUpButtons() with code like this: mLayout = parseLayout((