OSDN Git Service

Calendar can now use Theme.NoDisplay now that it works.
authorDianne Hackborn <hackbod@google.com>
Mon, 21 Sep 2009 07:36:12 +0000 (00:36 -0700)
committerDianne Hackborn <hackbod@google.com>
Mon, 21 Sep 2009 07:56:03 +0000 (00:56 -0700)
Change-Id: I66c38ea8d9551be7e499b12d8240deae00fb0666

AndroidManifest.xml

index 7e18d54..064f8ae 100644 (file)
@@ -39,7 +39,7 @@
         <uses-library android:name="android.test.runner" />
 
         <activity android:name="LaunchActivity"
-            android:theme="@android:style/Theme.Light">
+            android:theme="@android:style/Theme.NoDisplay">
             <intent-filter>
                 <action android:name="android.intent.action.MAIN" />
                 <category android:name="android.intent.category.DEFAULT" />