mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-12-21 13:12:17 +01:00
DroidFish: Use custom title bar also for edit board mode. Most title bar widgets are hidden though.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user