mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
set focusable here not in code
This commit is contained in:
parent
ef68670c0c
commit
c68c01a82a
1 changed files with 3 additions and 1 deletions
|
@ -5,13 +5,15 @@
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="fill_parent"
|
android:layout_height="fill_parent"
|
||||||
android:paddingLeft="8dp"
|
android:paddingLeft="8dp"
|
||||||
android:paddingRight="8dp">
|
android:paddingRight="8dp"
|
||||||
|
>
|
||||||
|
|
||||||
<org.eehouse.android.xw4.BoardView
|
<org.eehouse.android.xw4.BoardView
|
||||||
android:id="@+id/board_view"
|
android:id="@+id/board_view"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="fill_parent"
|
android:layout_height="fill_parent"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
|
android:focusable="true"
|
||||||
android:clickable="true"
|
android:clickable="true"
|
||||||
android:longClickable="true"
|
android:longClickable="true"
|
||||||
android:drawSelectorOnTop="false"/>
|
android:drawSelectorOnTop="false"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue