Skip to content

Commit 9a124fc

Browse files
authored
Merge pull request #89 from ceilingcat118/fix-for-menu-for-old-devices-api-level-25
Quick fix for issue #88 : menu broken on old devices (api 25)
2 parents a91d1ee + 6e73312 commit 9a124fc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/src/main/res/layout/presenter_row.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,9 @@
1414
<TextView android:id="@+id/tvTitle"
1515
android:layout_width="match_parent"
1616
android:textSize="20sp"
17-
android:layout_height="wrap_content"/>
17+
android:layout_height="wrap_content"
18+
android:clickable="true"
19+
android:focusable="true"
20+
android:focusableInTouchMode="true"
21+
/>
1822
</LinearLayout>

0 commit comments

Comments
 (0)