2010-01-02 20:30:20 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:paddingLeft="8dp"
|
2010-01-07 15:38:16 +01:00
|
|
|
android:paddingRight="8dp"
|
|
|
|
>
|
2010-01-02 20:30:20 +01:00
|
|
|
|
|
|
|
<org.eehouse.android.xw4.BoardView
|
|
|
|
android:id="@+id/board_view"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:layout_weight="1"
|
2010-01-07 15:38:16 +01:00
|
|
|
android:focusable="true"
|
2010-01-02 20:30:20 +01:00
|
|
|
android:clickable="true"
|
|
|
|
android:longClickable="true"
|
|
|
|
android:drawSelectorOnTop="false"/>
|
|
|
|
|
|
|
|
</LinearLayout>
|