Skip to content

Commit

Permalink
avoid master switch click
Browse files Browse the repository at this point in the history
  • Loading branch information
levinli303 committed Mar 25, 2020
1 parent ddf50e3 commit 4e92c25
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
android:layout_width="match_parent"
android:layout_height="44dp"
android:orientation="horizontal"
android:clickable="true"
android:focusable="true"
android:clickable="false"
android:focusable="false"
style="@style/ListItemGrouped">

<TextView
Expand Down

0 comments on commit 4e92c25

Please sign in to comment.