2010-01-02 19:30:20 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2010-06-25 20:14:15 -07:00
|
|
|
android:orientation="horizontal"
|
2010-01-02 19:30:20 +00:00
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
2010-06-28 06:26:49 -07:00
|
|
|
android:paddingLeft="3dp"
|
|
|
|
android:paddingRight="3dp"
|
|
|
|
android:paddingTop="3dp"
|
2010-01-07 14:38:16 +00:00
|
|
|
>
|
2010-01-02 19:30:20 +00:00
|
|
|
|
2010-06-25 20:14:15 -07:00
|
|
|
<LinearLayout android:orientation="vertical"
|
2010-06-25 08:14:18 -07:00
|
|
|
android:layout_width="fill_parent"
|
2010-06-25 20:14:15 -07:00
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:layout_weight="1"
|
2010-06-25 08:14:18 -07:00
|
|
|
>
|
2010-06-25 20:14:15 -07: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"
|
|
|
|
android:focusable="true"
|
|
|
|
android:clickable="true"
|
|
|
|
android:longClickable="true"
|
|
|
|
android:drawSelectorOnTop="false"/>
|
|
|
|
|
2010-06-26 12:39:10 -07:00
|
|
|
<LinearLayout android:id="@+id/toolbar_horizontal"
|
|
|
|
android:orientation="horizontal"
|
2010-06-25 20:14:15 -07:00
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
>
|
2010-06-29 06:51:45 -07:00
|
|
|
<ImageButton android:id="@+id/prevhint_button_horizontal"
|
|
|
|
style="@style/toolbar_button"
|
|
|
|
android:src="@drawable/prev_hint"
|
|
|
|
/>
|
|
|
|
<ImageButton android:id="@+id/nexthint_button_horizontal"
|
2010-06-27 21:48:01 -07:00
|
|
|
style="@style/toolbar_button"
|
2010-06-28 18:52:20 -07:00
|
|
|
android:src="@drawable/next_hint"
|
2010-06-27 21:48:01 -07:00
|
|
|
/>
|
|
|
|
<ImageButton android:id="@+id/shuffle_button_horizontal"
|
|
|
|
style="@style/toolbar_button"
|
2010-06-28 18:52:20 -07:00
|
|
|
android:src="@drawable/shuffle"
|
2010-06-27 21:48:01 -07:00
|
|
|
/>
|
2010-07-08 06:39:48 -07:00
|
|
|
<ImageButton android:id="@+id/flip_button_horizontal"
|
|
|
|
style="@style/toolbar_button"
|
|
|
|
android:src="@drawable/flip"
|
|
|
|
/>
|
|
|
|
<ImageButton android:id="@+id/zoom_button_horizontal"
|
|
|
|
style="@style/toolbar_button"
|
|
|
|
android:src="@drawable/zoom"
|
|
|
|
/>
|
2010-07-08 18:42:22 -07:00
|
|
|
<ImageButton android:id="@+id/undo_button_horizontal"
|
|
|
|
style="@style/toolbar_button"
|
|
|
|
android:src="@drawable/undo"
|
|
|
|
/>
|
2010-10-21 06:28:01 -07:00
|
|
|
<ImageButton android:id="@+id/chat_button_horizontal"
|
|
|
|
style="@style/toolbar_button"
|
|
|
|
android:src="@drawable/stat_notify_chat"
|
|
|
|
/>
|
2010-06-25 20:14:15 -07:00
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
2010-06-25 08:14:18 -07:00
|
|
|
|
2010-06-26 12:39:10 -07:00
|
|
|
<LinearLayout android:id="@+id/toolbar_vertical"
|
|
|
|
android:orientation="vertical"
|
2010-06-27 21:48:01 -07:00
|
|
|
android:layout_width="wrap_content"
|
2010-06-25 20:14:15 -07:00
|
|
|
android:layout_height="fill_parent"
|
|
|
|
>
|
2010-06-29 06:51:45 -07:00
|
|
|
<ImageButton android:id="@+id/prevhint_button_vertical"
|
|
|
|
style="@style/toolbar_button"
|
|
|
|
android:src="@drawable/prev_hint"
|
|
|
|
/>
|
|
|
|
<ImageButton android:id="@+id/nexthint_button_vertical"
|
2010-06-27 21:48:01 -07:00
|
|
|
style="@style/toolbar_button"
|
2010-06-28 18:52:20 -07:00
|
|
|
android:src="@drawable/next_hint"
|
2010-06-27 21:48:01 -07:00
|
|
|
/>
|
|
|
|
<ImageButton android:id="@+id/shuffle_button_vertical"
|
|
|
|
style="@style/toolbar_button"
|
2010-06-28 18:52:20 -07:00
|
|
|
android:src="@drawable/shuffle"
|
2010-06-27 21:48:01 -07:00
|
|
|
/>
|
2010-06-29 18:26:37 -07:00
|
|
|
<ImageButton android:id="@+id/flip_button_vertical"
|
|
|
|
style="@style/toolbar_button"
|
|
|
|
android:src="@drawable/flip"
|
|
|
|
/>
|
2010-07-08 18:42:22 -07:00
|
|
|
<ImageButton android:id="@+id/zoom_button_vertical"
|
|
|
|
style="@style/toolbar_button"
|
|
|
|
android:src="@drawable/zoom"
|
|
|
|
/>
|
|
|
|
<ImageButton android:id="@+id/undo_button_vertical"
|
|
|
|
style="@style/toolbar_button"
|
|
|
|
android:src="@drawable/undo"
|
|
|
|
/>
|
2010-10-21 06:28:01 -07:00
|
|
|
<ImageButton android:id="@+id/chat_button_vertical"
|
|
|
|
style="@style/toolbar_button"
|
|
|
|
android:src="@drawable/stat_notify_chat"
|
|
|
|
/>
|
|
|
|
|
2010-06-25 08:14:18 -07:00
|
|
|
</LinearLayout>
|
|
|
|
|
2010-01-02 19:30:20 +00:00
|
|
|
</LinearLayout>
|