Created
June 26, 2018 10:55
-
-
Save bkhezry/7c0fdbbd7470fb47db25f9e28e06151c to your computer and use it in GitHub Desktop.
change NumberPicker theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<resources> | |
<style name="NumberPickerStyle" parent="Theme.AppCompat.Light.DarkActionBar"> | |
<item name="android:textColorPrimary">#000000</item> | |
</style> | |
</resources> |
Author
bkhezry
commented
Jun 26, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment