Hide the title bar minesweeper
authorJaroslav Tulach <jtulach@netbeans.org>
Tue, 11 Feb 2014 17:00:06 +0100
branchminesweeper
changeset 8228985adb4f62
parent 81 0d274f085dac
child 85 748db72a7f57
Hide the title bar
minesweeper/AndroidManifest.xml
minesweeper/res/values/styles.xml
     1.1 --- a/minesweeper/AndroidManifest.xml	Tue Feb 11 16:53:26 2014 +0100
     1.2 +++ b/minesweeper/AndroidManifest.xml	Tue Feb 11 17:00:06 2014 +0100
     1.3 @@ -38,7 +38,7 @@
     1.4          android:allowBackup="true"
     1.5          android:icon="@drawable/ic_launcher"
     1.6          android:label="@string/app_name"
     1.7 -        android:theme="@style/AppTheme">
     1.8 +        android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen">
     1.9          <activity android:name="org.apidesign.html.dlvkbrwsr.DlvkBrwsr" 
    1.10                    android:configChanges="orientation|screenSize">
    1.11              <intent-filter>
     2.1 --- a/minesweeper/res/values/styles.xml	Tue Feb 11 16:53:26 2014 +0100
     2.2 +++ b/minesweeper/res/values/styles.xml	Tue Feb 11 17:00:06 2014 +0100
     2.3 @@ -25,21 +25,4 @@
     2.4  -->
     2.5  <resources>
     2.6  
     2.7 -    <!--
     2.8 -        Base application theme, dependent on API level. This theme is replaced
     2.9 -        by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
    2.10 -    -->
    2.11 -    <style name="AppBaseTheme" parent="android:Theme.Light">
    2.12 -        <!--
    2.13 -            Theme customizations available in newer API levels can go in
    2.14 -            res/values-vXX/styles.xml, while customizations related to
    2.15 -            backward-compatibility can go here.
    2.16 -        -->
    2.17 -    </style>
    2.18 -
    2.19 -    <!-- Application theme. -->
    2.20 -    <style name="AppTheme" parent="AppBaseTheme">
    2.21 -        <!-- All customizations that are NOT specific to a particular API-level can go here. -->
    2.22 -    </style>
    2.23 -
    2.24  </resources>
    2.25 \ No newline at end of file