summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2012-05-14 08:36:43 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-05-14 08:36:43 -0700
commit34868193913ff8572838645079dec08988f2a5a4 (patch)
treec348ff3d7796ddd9dcb225c46f952744e5cfcec2
parent78c902a22ccc1d79bb08dddef3f1169a33c07d9b (diff)
parent9822c2e38ef710936ea13e14d9c993e12797240f (diff)
downloadandroid_packages_apps_PackageInstaller-34868193913ff8572838645079dec08988f2a5a4.tar.gz
android_packages_apps_PackageInstaller-34868193913ff8572838645079dec08988f2a5a4.tar.bz2
android_packages_apps_PackageInstaller-34868193913ff8572838645079dec08988f2a5a4.zip
am 9822c2e3: Change theme back to dark.
* commit '9822c2e38ef710936ea13e14d9c993e12797240f': Change theme back to dark.
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index be348a93..44ec084c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -12,7 +12,7 @@
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<application android:label="@string/app_name"
android:allowBackup="false"
- android:theme="@android:style/Theme.Holo.Light.DialogWhenLarge.NoActionBar">
+ android:theme="@android:style/Theme.Holo.DialogWhenLarge.NoActionBar">
<activity android:name=".PackageInstallerActivity"
android:configChanges="orientation|keyboardHidden|screenSize"
android:excludeFromRecents="true">