Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to I change the text colour of the Tabs - FROM and TO? #66

Closed
georgikoemdzhiev opened this issue Feb 27, 2017 · 5 comments
Closed

Comments

@georgikoemdzhiev
Copy link

HI! First of all, thank you for the awesome library. It is very easy to use. I just have one question. How to change the colour of the two tabs at the top of the picker (TimePickerDialog more specificly). Currently, it looks like that:

device-2017-02-27-123444

Thank you in advance!

@benznest
Copy link

+1 I have the problem too.

@Rouix
Copy link

Rouix commented Apr 17, 2017

@georgikoemdzhiev Have you solved the problem?) If so, how?)

@GuoZhaoHui628
Copy link

+1 i have the same problem, if you haved fix this please show

@GuoZhaoHui628
Copy link

o I solved the problem , change app module styles.xml

  <style name="AppTheme" parent="Theme.AppCompat">
 </style>

To

<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
</style>
```·

@OmarMohamedDev
Copy link

OmarMohamedDev commented Aug 18, 2017

If you don't want to change the whole app/activity theme, change just the style of the Dialog as was made here more in general (DatePickerDialog extends DialogFragment):https://stackoverflow.com/questions/15007272/how-to-change-the-background-color-around-a-dialogfragment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants