1<?xml version="1.0" encoding="utf-8"?> 2<resources> 3 <!-- Minimum space to allocate to the left of a preference item for an icon. 4 This helps in aligning titles when some items have icons and some don't. When space is 5 at a premium, we don't pre-allocate any space. --> 6 <dimen name="preference_icon_minWidth">0dp</dimen> 7 <!-- The padding to the left of the seekbar view within a SeekBarPreference --> 8 <dimen name="preference_seekbar_padding_start">0dp</dimen> 9 <!-- The padding to the right of the seekbar view within a SeekBarPreference --> 10 <dimen name="preference_seekbar_padding_end">22dp</dimen> 11 <!-- The width of the TextView indicating the current value of the SeekBarPreference --> 12 <dimen name="preference_seekbar_value_width">36dp</dimen> 13 <!-- The width of the padding for PreferenceCategory's title/summary --> 14 <dimen name="preference_category_padding_start">0dp</dimen> 15</resources>