fix tap down lower not opening game

Making the right_side elem match its parent height prevents the
lower-right region of game list items from falling through and
triggering a toggle-selection event.
This commit is contained in:
Eric House 2017-11-11 15:43:07 -08:00
parent da3f6db9e4
commit 39deeeb089

View file

@ -64,7 +64,7 @@
<LinearLayout android:id="@+id/right_side" <LinearLayout android:id="@+id/right_side"
android:orientation="vertical" android:orientation="vertical"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_height="match_parent"
android:clickable="true" android:clickable="true"
android:longClickable="true" android:longClickable="true"
> >