# HG changeset patch # User Jaroslav Tulach # Date 1392134406 -3600 # Node ID 28985adb4f6202128517dd577366decd6f1fba12 # Parent 0d274f085dacc7c64c490f7e35008570c13d4544 Hide the title bar diff -r 0d274f085dac -r 28985adb4f62 minesweeper/AndroidManifest.xml --- a/minesweeper/AndroidManifest.xml Tue Feb 11 16:53:26 2014 +0100 +++ b/minesweeper/AndroidManifest.xml Tue Feb 11 17:00:06 2014 +0100 @@ -38,7 +38,7 @@ android:allowBackup="true" android:icon="@drawable/ic_launcher" android:label="@string/app_name" - android:theme="@style/AppTheme"> + android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen"> diff -r 0d274f085dac -r 28985adb4f62 minesweeper/res/values/styles.xml --- a/minesweeper/res/values/styles.xml Tue Feb 11 16:53:26 2014 +0100 +++ b/minesweeper/res/values/styles.xml Tue Feb 11 17:00:06 2014 +0100 @@ -25,21 +25,4 @@ --> - - - - - - \ No newline at end of file