summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorPhilip P. Moltmann <moltmann@google.com>2016-10-26 09:45:44 -0700
committerPhilip P. Moltmann <moltmann@google.com>2016-10-27 09:02:52 -0700
commit0c0687d666f6770690916a7807f9df69628f63a9 (patch)
tree12471d890e39dda9cab08991b7d602f006115581 /res/values/styles.xml
parent33a9793b18f33267f6b6986d0a412921f533d813 (diff)
downloadandroid_packages_apps_PackageInstaller-0c0687d666f6770690916a7807f9df69628f63a9.tar.gz
android_packages_apps_PackageInstaller-0c0687d666f6770690916a7807f9df69628f63a9.tar.bz2
android_packages_apps_PackageInstaller-0c0687d666f6770690916a7807f9df69628f63a9.zip
UI tweaks for package installer
- separate tablet and phone UI - Switch to AAPT1 until APPT2 bugs preventing HW accelleration is fixed. - Set elevation for action bar. Missing: - install_start has to be split into the various variations - tablet mode needs to be throughly tested Test: Ran installation on phone Change-Id: Ia1c72ee34e945b6a872be35801ea18a901cbb38f
Diffstat (limited to 'res/values/styles.xml')
-rwxr-xr-xres/values/styles.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 38867054..f79f98fe 100755
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -16,17 +16,6 @@
<resources>
- <style name="Theme.DialogWhenLarge"
- parent="@android:style/Theme.DeviceDefault.Light.DialogWhenLarge.NoActionBar">
- <item name="android:textAppearanceMedium">@style/MediumText</item>
- <item name="android:textAppearanceSmall">@style/SmallText</item>
- <item name="android:titleTextStyle">@style/TitleText</item>
- </style>
-
- <style name="Theme.DialogWhenLargeNoAnimation" parent="Theme.DialogWhenLarge">
- <item name="android:windowAnimationStyle">@null</item>
- </style>
-
<style name="MediumText"
parent="@android:style/TextAppearance.Medium">
<item name="android:textColor">?android:attr/textColorPrimary</item>
@@ -43,15 +32,6 @@
<item name="android:textColor">?android:attr/textColorPrimary</item>
</style>
- <style name="Theme.AlertDialogActivity"
- parent="@android:style/Theme.DeviceDefault.Light.Panel">
- <item name="android:backgroundDimEnabled">true</item>
- </style>
-
- <style name="Theme.Header.Settings"
- parent="@android:style/Theme.DeviceDefault.Settings">
- </style>
-
<style name="ActionBar" parent="@android:style/Widget.Material.ActionBar.Solid">
<item name="android:contentInsetStart">72dp</item>
</style>