summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Attwell <brianattwell@google.com>2014-10-16 23:01:09 -0700
committerBrian Attwell <brianattwell@google.com>2014-10-17 20:49:42 +0000
commitbe5e6429cfc1100e9a3d8a36e52414e13929ad99 (patch)
tree7717cf6314e20cc6116cfbdb53ddbc92d2cd4ed2
parent65f2f87f80eef79cd7ab889be780e72e9462c282 (diff)
downloadandroid_packages_apps_ContactsCommon-be5e6429cfc1100e9a3d8a36e52414e13929ad99.tar.gz
android_packages_apps_ContactsCommon-be5e6429cfc1100e9a3d8a36e52414e13929ad99.tar.bz2
android_packages_apps_ContactsCommon-be5e6429cfc1100e9a3d8a36e52414e13929ad99.zip
Switch BackgroundOnlyTheme from Holo to Material
I verified that all associated activities look okay. * ExportVCardActivity * ImportVCardActivity * CancelActivity * NfcImportVCardActivity isn't affected. This activity is compeltely invisible. * SelectAccountActivity isn't affected in practice. This activity doesn't appear to ever be used. SelectAccountDialogFragment is always used first. Screenshots in comments Bug: 18024237 Change-Id: Ia5c13e41e60e89b40e75133f091fbf2cf1a4e05a
-rw-r--r--res/values/styles.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 54d5f8c8..802b8b7a 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -78,7 +78,7 @@ background and text color. See also android:style/Widget.Holo.TextView.ListSepar
<item name="android:layout_height">match_parent</item>
</style>
- <style name="BackgroundOnlyTheme" parent="@android:style/Theme.Holo.Light">
+ <style name="BackgroundOnlyTheme" parent="@android:style/Theme.Material.Light">
<item name="android:windowBackground">@null</item>
<item name="android:windowContentOverlay">@null</item>
<item name="android:windowAnimationStyle">@null</item>