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

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -