summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorAdam Lesinski <adamlesinski@google.com>2014-08-29 11:30:47 -0700
committerAdam Lesinski <adamlesinski@google.com>2014-09-10 12:28:35 -0700
commit3e3e1126d588bb1fb1879c34a0f9963206ec8f22 (patch)
tree4ca5bf08fec99db207fca7335ae5c5b02d34ad92 /res/values
parentdee544d68c92a3e1f66a981b8e232941c9b582a4 (diff)
downloadandroid_packages_apps_PackageInstaller-3e3e1126d588bb1fb1879c34a0f9963206ec8f22.tar.gz
android_packages_apps_PackageInstaller-3e3e1126d588bb1fb1879c34a0f9963206ec8f22.tar.bz2
android_packages_apps_PackageInstaller-3e3e1126d588bb1fb1879c34a0f9963206ec8f22.zip
Use an AlertDialog for the Uninstall confirmation
This allows us to get the correct theming for free moving forward. Bug:17045520 Change-Id: I173315b39816b0061c048459e1f14d81747f072b
Diffstat (limited to 'res/values')
-rwxr-xr-xres/values/styles.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index f935675f..b5d8d480 100755
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -19,6 +19,8 @@
<item name="android:paddingStart">16dip</item>
<item name="android:paddingEnd">16dip</item>
</style>
- <style name="DialogWhenLarge" parent="@android:style/Theme.DeviceDefault.NoActionBar">
+ <style name="Theme.DialogWhenLarge" parent="@android:style/Theme.DeviceDefault.Light.DialogWhenLarge.NoActionBar"/>
+ <style name="Theme.AlertDialogActivity" parent="@android:style/Theme.DeviceDefault.Light.Panel">
+ <item name="android:backgroundDimEnabled">true</item>
</style>
</resources>