material-intro-screen
material-intro-screen copied to clipboard
How can I customize current page indicator color?
I'm developing an app that has a white background color and the InkPageIndicator for the current page is white. How can I change that?
+1
i also want to change it . anybody can give some idea ?
+1
+1 I have the same issue, is this repo still alive?
+1 Having the same problem
Didnt test it myself but you can fork this repo and change the line app:currentPageIndicatorColor="@android:color/white" within activity_material_intro.xml to any color you want. Forks can easily used with gradle via jitpack.
More generic way would be to make a setter within MaterialIntroActivity which sets selectedColour within InkPageIndicator or just make a customizable color resource.. But as this repo is not longer supported even for pull request i wont investigate in a PR, sorry