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

custom theme not working #40

Open
am3n opened this issue Nov 23, 2019 · 1 comment
Open

custom theme not working #40

am3n opened this issue Nov 23, 2019 · 1 comment
Assignees

Comments

@am3n
Copy link

am3n commented Nov 23, 2019

styles.xml:

    <style name="AppTheme" parent="Theme.MaterialComponents.Light.NoActionBar">
         ...
        <item name="numberPickerTheme">@style/numberPickerTheme</item>
    </style>
    <style name="numberPickerTheme" parent="AppTheme">
        <item name="android:textColorPrimary">#444</item>
        <item name="colorControlNormal">#222</item>
    </style>

tested on android Nexus 5 Lollipop

@aliab aliab self-assigned this Nov 26, 2019
@aliab aliab added the bug label Nov 26, 2019
@aliab aliab added help wanted and removed bug labels Apr 25, 2021
@aliab
Copy link
Owner

aliab commented Apr 25, 2021

رنگ جدا کننده تو نسخه های کمتر از ۵ با این کد تغییری نمیکنه ولی رنگ نوشته ها عوض میشه.
مشکل شما رنگ جدا کننده هست؟

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

No branches or pull requests

2 participants