diff options
author | Alan Viverette <alanv@google.com> | 2014-04-01 14:57:39 -0700 |
---|---|---|
committer | Alan Viverette <alanv@google.com> | 2014-04-01 14:57:39 -0700 |
commit | 6259933ec99dee566f200c5fdfe1756ee72b1513 (patch) | |
tree | 78196ea29921d4331a576922a564568f6894a207 /packages/DocumentsUI/res/values-sw720dp | |
parent | 6f127c9b6c249ca1cd17c07a8476edd0fcc1f04d (diff) | |
download | frameworks_base-6259933ec99dee566f200c5fdfe1756ee72b1513.zip frameworks_base-6259933ec99dee566f200c5fdfe1756ee72b1513.tar.gz frameworks_base-6259933ec99dee566f200c5fdfe1756ee72b1513.tar.bz2 |
Switch framework Holo references to Quantum.Light
Change-Id: Ib545a143f1959b6104adbc9d594dd626851d90b3
Diffstat (limited to 'packages/DocumentsUI/res/values-sw720dp')
-rw-r--r-- | packages/DocumentsUI/res/values-sw720dp/styles.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/DocumentsUI/res/values-sw720dp/styles.xml b/packages/DocumentsUI/res/values-sw720dp/styles.xml index 19d2ebe..8d31444 100644 --- a/packages/DocumentsUI/res/values-sw720dp/styles.xml +++ b/packages/DocumentsUI/res/values-sw720dp/styles.xml @@ -15,11 +15,11 @@ --> <resources xmlns:android="http://schemas.android.com/apk/res/android"> - <style name="Theme" parent="@android:style/Theme.Holo.Light"> + <style name="Theme" parent="@android:style/Theme.DeviceDefault.Light"> <item name="android:actionOverflowButtonStyle">@style/DarkerOverflow</item> <item name="android:windowBackground">@*android:drawable/dialog_full_holo_light</item> <item name="android:colorBackgroundCacheHint">@null</item> <item name="android:windowIsTranslucent">true</item> - <item name="android:windowAnimationStyle">@*android:style/Animation.Holo.Dialog</item> + <item name="android:windowAnimationStyle">@*android:style/Animation.DeviceDefault.Dialog</item> </style> </resources> |