mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-01-30 17:13:50 +01:00
DroidFish: Hide the action bar in xml instead of in code for smoother
startup.
This commit is contained in:
parent
6cfa32c0bb
commit
1d373a9be6
|
@ -17,6 +17,7 @@
|
|||
android:allowBackup="true">
|
||||
<activity android:name=".DroidFish"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@android:style/Theme.Holo.NoActionBar"
|
||||
android:configChanges="orientation|screenSize|keyboardHidden">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user