Merge "Fix DeviceDefault theme/style bugs where parent styles were incorrectly specified." into ics-mr1
This commit is contained in:
@@ -687,7 +687,7 @@ easier.
|
|||||||
<style name="AlertDialog.DeviceDefault" parent="AlertDialog.Holo">
|
<style name="AlertDialog.DeviceDefault" parent="AlertDialog.Holo">
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
<style name="AlertDialog.DeviceDefault.Light" parent="AlertDialog.DeviceDefault.Light" >
|
<style name="AlertDialog.DeviceDefault.Light" parent="AlertDialog.Holo.Light" >
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|||||||
@@ -411,13 +411,13 @@ easier.
|
|||||||
<style name="Theme.DeviceDefault.Dialog.Alert" parent="Theme.Holo.Dialog.Alert">
|
<style name="Theme.DeviceDefault.Dialog.Alert" parent="Theme.Holo.Dialog.Alert">
|
||||||
<item name="windowTitleStyle">@android:style/DialogWindowTitle.DeviceDefault</item>
|
<item name="windowTitleStyle">@android:style/DialogWindowTitle.DeviceDefault</item>
|
||||||
</style>
|
</style>
|
||||||
<style name="Theme.DeviceDefault.Light.Dialog.Alert" parent="Theme.DeviceDefault.Light.Dialog.Alert">
|
<style name="Theme.DeviceDefault.Light.Dialog.Alert" parent="Theme.Holo.Light.Dialog.Alert">
|
||||||
<item name="windowTitleStyle">@android:style/DialogWindowTitle.DeviceDefault.Light</item>
|
<item name="windowTitleStyle">@android:style/DialogWindowTitle.DeviceDefault.Light</item>
|
||||||
</style>
|
</style>
|
||||||
<style name="Theme.DeviceDefault.SearchBar" parent="Theme.DeviceDefault.SearchBar">
|
<style name="Theme.DeviceDefault.SearchBar" parent="Theme.Holo.SearchBar">
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
<style name="Theme.DeviceDefault.Light.SearchBar" parent="Theme.DeviceDefault.Light.SearchBar">
|
<style name="Theme.DeviceDefault.Light.SearchBar" parent="Theme.Holo.Light.SearchBar">
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user