summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2014-04-02 22:31:21 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-04-02 22:31:21 +0000
commit09ec3e30b71d0bd8d5b711ffd68fbeb27a0930fb (patch)
treedfe3131813d452d3c181d2a014086623aa88f089 /core
parentb325345ef0adf2849350d339de1ec5f92b67b7ae (diff)
parent255e7d83b6d4520bef5345d90a26ce20f4b61ce9 (diff)
downloadframeworks_base-09ec3e30b71d0bd8d5b711ffd68fbeb27a0930fb.zip
frameworks_base-09ec3e30b71d0bd8d5b711ffd68fbeb27a0930fb.tar.gz
frameworks_base-09ec3e30b71d0bd8d5b711ffd68fbeb27a0930fb.tar.bz2
Merge "Disable content transitions, they are not implemented yet"
Diffstat (limited to 'core')
-rw-r--r--core/res/res/values/themes_quantum.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/themes_quantum.xml b/core/res/res/values/themes_quantum.xml
index 2908dc7..7284f6d 100644
--- a/core/res/res/values/themes_quantum.xml
+++ b/core/res/res/values/themes_quantum.xml
@@ -154,7 +154,7 @@ please see themes_device_defaults.xml.
<item name="windowTitleStyle">@style/WindowTitle.Quantum</item>
<item name="windowTitleSize">25dip</item>
<item name="windowTitleBackgroundStyle">@style/WindowTitleBackground.Quantum</item>
- <item name="windowContentTransitions">true</item>
+ <item name="windowContentTransitions">false</item>
<item name="windowAnimationStyle">@style/Animation.Quantum.Activity</item>
<item name="windowSoftInputMode">stateUnspecified|adjustUnspecified</item>
<item name="windowActionBar">true</item>