summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2014-03-03 14:25:51 -0800
committerAlan Viverette <alanv@google.com>2014-03-03 14:25:51 -0800
commit8bea49415c6de57f7e14517bf64769d24e3f099d (patch)
treebf64648afd1e32a5296de4ead59568c3f53d2061 /AndroidManifest.xml
parentaf332849122b66ebaa567aef9621d7cbe2b7e6de (diff)
downloadandroid_packages_apps_ExactCalculator-8bea49415c6de57f7e14517bf64769d24e3f099d.tar.gz
android_packages_apps_ExactCalculator-8bea49415c6de57f7e14517bf64769d24e3f099d.tar.bz2
android_packages_apps_ExactCalculator-8bea49415c6de57f7e14517bf64769d24e3f099d.zip
Quantum of Calculator
Change-Id: Ic79777951621c42f03e7da9dd73c350f5182f48e
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 58f520c..130fe56 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -6,7 +6,7 @@
<application android:label="@string/app_name" android:icon="@mipmap/ic_launcher_calculator">
<activity android:name="Calculator"
- android:theme="@android:style/Theme.Holo.NoActionBar"
+ android:theme="@android:style/Theme.Quantum.NoActionBar"
android:windowSoftInputMode="stateAlwaysHidden">
<intent-filter>
<action android:name="android.intent.action.MAIN" />