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
diff --git a/res-common/values/styles.xml b/res-common/values/styles.xml
index 54d5f8c..802b8b7 100644
--- a/res-common/values/styles.xml
+++ b/res-common/values/styles.xml
@@ -78,7 +78,7 @@
<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>