summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Powell <adamp@google.com>2012-05-23 17:53:06 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-05-23 17:53:06 -0700
commit81d0df3d6e79a9045fe2df2c91b6ccd59879c22e (patch)
tree4f29b5d04daa597c01d734b90f93ef48fa54bb8b
parent3f892a2071dd7befcea2a218a6479d54e64b73e1 (diff)
parent1a6e87f1a6c5e8ec5e7902ab86c68dd45f54399c (diff)
downloadandroid_packages_apps_PackageInstaller-81d0df3d6e79a9045fe2df2c91b6ccd59879c22e.tar.gz
android_packages_apps_PackageInstaller-81d0df3d6e79a9045fe2df2c91b6ccd59879c22e.tar.bz2
android_packages_apps_PackageInstaller-81d0df3d6e79a9045fe2df2c91b6ccd59879c22e.zip
am 1a6e87f1: Update themes for PackageInstaller
* commit '1a6e87f1a6c5e8ec5e7902ab86c68dd45f54399c': Update themes for PackageInstaller
-rw-r--r--AndroidManifest.xml5
-rw-r--r--res/layout/uninstall_confirm.xml1
2 files changed, 3 insertions, 3 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 44ec084c..8384cfaa 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.DialogWhenLarge.NoActionBar">
+ android:theme="@android:style/Theme.DeviceDefault.DialogWhenLarge.NoActionBar">
<activity android:name=".PackageInstallerActivity"
android:configChanges="orientation|keyboardHidden|screenSize"
android:excludeFromRecents="true">
@@ -35,7 +35,8 @@
</activity>
<activity android:name=".UninstallerActivity"
android:configChanges="orientation|keyboardHidden|screenSize"
- android:excludeFromRecents="true">
+ android:excludeFromRecents="true"
+ android:theme="@android:style/Theme.DeviceDefault.Dialog.NoActionBar">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<action android:name="android.intent.action.DELETE" />
diff --git a/res/layout/uninstall_confirm.xml b/res/layout/uninstall_confirm.xml
index 29b23044..9ef0036c 100644
--- a/res/layout/uninstall_confirm.xml
+++ b/res/layout/uninstall_confirm.xml
@@ -33,7 +33,6 @@
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:orientation="vertical"
- android:paddingTop="8dip"
android:paddingBottom="8dip">
<!-- If an activity was specified, explains what package it's in. -->