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?
when I use
AppThemeMaterial
for the viewpager style, thetextColorPrimary
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?