lightSky / InfiniteIndicator

This lib can be used for viewpager infinite loop with indicator easily.
486 stars 102 forks source link

layout_height ="match_parent" show nothing #38

Open ancuop opened 7 years ago

ancuop commented 7 years ago

When I try your example, If i use layout_height ="match_parent" (or wrap_content), it shows nothing. However, when I set a value as below, it runs well. Is it a bug, can you fix it? Thanks

<cn.lightsky.infiniteindicator.InfiniteIndicator android:id="@+id/indicator_custome_circle" android:layout_width="match_parent" app:indicator_type="indicator_default" android:layout_height="300dp"/>

patriotaki commented 4 years ago

same issue here.