Merge "Add drawable padding to check box and radio button styles"

This commit is contained in:
Alan Viverette
2014-05-16 20:04:44 +00:00
committed by Android (Google) Code Review

View File

@@ -427,7 +427,10 @@ please see styles_device_defaults.xml.
<item name="paddingEnd">8dp</item>
</style>
<style name="Widget.Quantum.CheckedTextView" parent="Widget.CheckedTextView"/>
<style name="Widget.Quantum.CheckedTextView" parent="Widget.CheckedTextView">
<item name="drawablePadding">4dip</item>
</style>
<style name="Widget.Quantum.TextSelectHandle" parent="Widget.TextSelectHandle"/>
<style name="Widget.Quantum.TextSuggestionsPopupWindow" parent="Widget.TextSuggestionsPopupWindow"/>
<style name="Widget.Quantum.AbsListView" parent="Widget.AbsListView"/>
@@ -441,10 +444,12 @@ please see styles_device_defaults.xml.
<style name="Widget.Quantum.CompoundButton.CheckBox" parent="Widget.CompoundButton.CheckBox">
<item name="background">?attr/selectableItemBackground</item>
<item name="drawablePadding">4dip</item>
</style>
<style name="Widget.Quantum.CompoundButton.RadioButton" parent="Widget.CompoundButton.RadioButton">
<item name="background">?attr/selectableItemBackground</item>
<item name="drawablePadding">4dip</item>
</style>
<style name="Widget.Quantum.CompoundButton.Star" parent="Widget.CompoundButton.Star">