Open ancuop opened 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"/>
same issue here.
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"/>