florent37 / MaterialViewPager

A Material Design ViewPager easy to use library
https://www.fiches-plateau-moto.fr
Apache License 2.0
8.13k stars 1.48k forks source link

Toolbar's theme #268

Open jintoga opened 8 years ago

jintoga commented 8 years ago

Hi! First of all thanks a lot for making such useful library. I want to ask, is there any way to change Toolbar's theme? I need the toolbar's ripple color to be white (light) like when i use app:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar" inside a toolbar, but it doesn't work because it seems like your MaterialViewPager uses it's own theme.

Polyterative commented 8 years ago

I've used ---MaterialDrawerTheme.ActionBar--- as parent to set it black but I don't know how to override specific portions...Maybe that can be useful