Skip to content

Commit

Permalink
Remove default shape from style in image view
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 313706577
  • Loading branch information
ymarian committed May 29, 2020
1 parent 0d61a37 commit 61d2be7
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -19,7 +19,6 @@

<style name="Widget.MaterialComponents.ShapeableImageView" parent="android:Widget">
<item name="strokeColor">@color/material_on_surface_stroke</item>
<item name="shapeAppearance">?attr/shapeAppearanceMediumComponent</item>
</style>

</resources>

1 comment on commit 61d2be7

@mypplication
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello
Why this remove ?
Any solution to declare a global shapeAppearance for all ShapeableImageView ?
thx

Please sign in to comment.