vivchar / ViewPagerIndicator

A Simple View Pager Indicator with animations
92 stars 22 forks source link

Selected dot become quadratic on Samsung #7

Open Syjgin opened 4 years ago

Syjgin commented 4 years ago

image Tested on Samsung Galaxy Tab A

Syjgin commented 4 years ago

<com.github.vivchar.viewpagerindicator.ViewPagerIndicator android:layout_centerHorizontal="true" android:id="@+id/dots" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="@dimen/vip_slider_dots_margin" app:delimiterSize="1dp" app:itemScale="1.6" app:itemSelectedTint="@color/selected_dot_color" app:itemSize="5dp" app:itemTint="@color/unselected_dot_color" android:layout_alignBottom="@+id/vip_slider"/> layout code

vivchar commented 4 years ago

try to change itemScale and itemSize let me know about results