florent37 / MaterialViewPager

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

using 'AppThemeMaterial' style messes up UI #322

Open shahimclt opened 7 years ago

shahimclt commented 7 years ago

when I use AppThemeMaterial for the viewpager style, the textColorPrimary messes up a lot of layouts. for instance, the navigation drawer item's text color changed to white. While that was easily fixable, the more pressing issue is with Alertdialogs. When I show an AlertDialog, the text color is now white.

So is there any way to avoid this? other than changing the text color manually for every UI element?

tinyCoder32 commented 6 years ago

Same issue, any solution yet?