What is the best way to change the text colour used in an android date picker view -
What is the best way to change the text colour used in an android date picker view -
i have background colour views in activities set black. seek utilize standard date picker view. unfortuneatley text seems black. makes invisible. have been using code alter text. tried
childpicker1 = (viewgroup) findviewbyid(resources.getsystem().getidentifier("month" /*rest is: day, year*/, "id", "android")); edittext textview1 = (edittext) childpicker1.getchildat(0); textview1.settextcolor(color.white);
and seems work when seek scroll or select value text goes black thats not good. best way alter text colour of date picker in android ?
android
Comments
Post a Comment