Skip to content

Commit 6f73e58

Browse files
wcshiafohrman
authored andcommitted
Update chipSpacingHorizontal to 8dp to match spec.
PiperOrigin-RevId: 233487590
1 parent 41d919a commit 6f73e58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/java/com/google/android/material/chip/res/values

lib/java/com/google/android/material/chip/res/values/styles.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<resources xmlns:tools="http://schemas.android.com/tools">
1818

1919
<style name="Widget.MaterialComponents.ChipGroup" parent="android:Widget">
20-
<item name="chipSpacingHorizontal">4dp</item>
20+
<item name="chipSpacingHorizontal">8dp</item>
2121
<item name="singleLine">false</item>
2222
<item name="singleSelection">false</item>
2323
</style>

0 commit comments

Comments
 (0)