shimmer-android icon indicating copy to clipboard operation
shimmer-android copied to clipboard

How to create shimmer effect around a custom path in android

Open pradeep-orbi opened this issue 3 years ago • 0 comments

I want shimmer effect in circular path around a circular view. How can i achieve this ? This library supports only 4 values for shimmer_direction

<enum name="left_to_right" value="0"/>
      <enum name="top_to_bottom" value="1"/>
      <enum name="right_to_left" value="2"/>
      <enum name="bottom_to_top" value="3"/>

pradeep-orbi avatar Jan 20 '23 05:01 pradeep-orbi