DroidFish: Use custom title bar also for edit board mode. Most title bar widgets are hidden though.

This commit is contained in:
Peter Osterlund
2012-09-21 19:39:29 +00:00
parent 9e44414235
commit 75fd15d3bf
4 changed files with 27 additions and 1 deletions

View File

@@ -13,6 +13,11 @@
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<include
android:layout_width="fill_parent"
android:layout_height="wrap_content"
layout="@layout/title">
</include>
<TextView
android:text=""
android:id="@+id/eb_status"

View File

@@ -4,6 +4,11 @@
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<include
android:layout_width="fill_parent"
android:layout_height="wrap_content"
layout="@layout/title">
</include>
<view
class="org.petero.droidfish.activities.ChessBoardEdit"
android:id="@+id/eb_chessboard"