We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a91d1ee + 6e73312 commit 9a124fcCopy full SHA for 9a124fc
app/src/main/res/layout/presenter_row.xml
@@ -14,5 +14,9 @@
14
<TextView android:id="@+id/tvTitle"
15
android:layout_width="match_parent"
16
android:textSize="20sp"
17
- android:layout_height="wrap_content"/>
+ android:layout_height="wrap_content"
18
+ android:clickable="true"
19
+ android:focusable="true"
20
+ android:focusableInTouchMode="true"
21
+ />
22
</LinearLayout>
0 commit comments