summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorJeff Hamilton <jham@android.com>2009-04-11 01:54:05 -0700
committerJeff Hamilton <jham@android.com>2009-04-11 10:39:35 -0700
commit0c464d2a9998866d7f21ae5cf2761f2365d16fbc (patch)
tree752d64f8ed951be2727393d9028694466403d54e /AndroidManifest.xml
parentd2fa25d7fbc01fd024b43a55fce5c49a50b966fe (diff)
downloadandroid_packages_apps_ExactCalculator-0c464d2a9998866d7f21ae5cf2761f2365d16fbc.tar.gz
android_packages_apps_ExactCalculator-0c464d2a9998866d7f21ae5cf2761f2365d16fbc.tar.bz2
android_packages_apps_ExactCalculator-0c464d2a9998866d7f21ae5cf2761f2365d16fbc.zip
Fix the Calculator theme to be NoTitleBar.
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index ce9063f..fd5e95d 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -3,7 +3,7 @@
package="com.android.calculator2">
<application android:label="@string/app_name" android:icon="@drawable/icon">
<activity android:name="Calculator"
- android:theme="@android:style/Theme.Black">
+ android:theme="@android:style/Theme.Black.NoTitleBar">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />