Merge "Add drawable padding to check box and radio button styles"
This commit is contained in:
committed by
Android (Google) Code Review
commit
22fc9e4a24
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user