Monday, 15 April 2013

How to change Number Picker center text color in Android -



How to change Number Picker center text color in Android -

i have implemented custom date picker wherein need have custom colors number picker (date picker uses number picker inside) within follows:

with help of this answer create this:

but see actual date getting shown in yellowish color instead of white. moreover, tried doing @ run time this:

npmonth.setonvaluechangedlistener(new onvaluechangelistener() { @override public void onvaluechange(numberpicker picker, int oldval, int newval) { edittext et = ((edittext) npmonth.getchildat(0)); et.settextcolor(getresources().getcolor(r.color.gold)); } });

but still no luck.

how alter center text color white , maintain top , bottom text yellow?

android android-datepicker numberpicker

No comments:

Post a Comment