From 1d373a9be617c88431c1090d79f0718591dedeb0 Mon Sep 17 00:00:00 2001 From: Peter Osterlund Date: Mon, 21 Dec 2015 22:54:25 +0100 Subject: [PATCH] DroidFish: Hide the action bar in xml instead of in code for smoother startup. --- DroidFish/AndroidManifest.xml | 1 + DroidFish/src/org/petero/droidfish/DroidFish.java | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/DroidFish/AndroidManifest.xml b/DroidFish/AndroidManifest.xml index c68d9c0..959e784 100644 --- a/DroidFish/AndroidManifest.xml +++ b/DroidFish/AndroidManifest.xml @@ -17,6 +17,7 @@ android:allowBackup="true"> diff --git a/DroidFish/src/org/petero/droidfish/DroidFish.java b/DroidFish/src/org/petero/droidfish/DroidFish.java index ebce88f..d007eed 100644 --- a/DroidFish/src/org/petero/droidfish/DroidFish.java +++ b/DroidFish/src/org/petero/droidfish/DroidFish.java @@ -418,7 +418,6 @@ public class DroidFish extends Activity implements GUIInterface { figNotation = Typeface.createFromAsset(getAssets(), "fonts/DroidFishChessNotationDark.otf"); setPieceNames(PGNOptions.PT_LOCAL); - requestWindowFeature(Window.FEATURE_NO_TITLE); initUI(); gameTextListener = new PgnScreenText(this, pgnOptions);