summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorPhilip P. Moltmann <moltmann@google.com>2016-10-18 10:05:17 -0700
committerPhilip P. Moltmann <moltmann@google.com>2016-10-18 10:06:13 -0700
commit327a359bc96d8b532362fe966a451188f307b7cf (patch)
treeeec3c009c7a8ca283a3bb7a1b877850929c219a6 /res/values/styles.xml
parentd6f226a12fc4c0625c5cdf066a58ba4b53e63210 (diff)
downloadandroid_packages_apps_PackageInstaller-327a359bc96d8b532362fe966a451188f307b7cf.tar.gz
android_packages_apps_PackageInstaller-327a359bc96d8b532362fe966a451188f307b7cf.tar.bz2
android_packages_apps_PackageInstaller-327a359bc96d8b532362fe966a451188f307b7cf.zip
Split success from failure screen
Also: - Support RTL layout - Always make title bar colored - No animation in between steps of installer Test: Installed package successfully and failed installing package. Rotation of the success screen. Change-Id: I149907103918b36a6ebd7efcaf8530317a04fb07
Diffstat (limited to 'res/values/styles.xml')
-rwxr-xr-xres/values/styles.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index fba01589..38867054 100755
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -23,6 +23,10 @@
<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>