Quantcast
Channel: Appcelerator Developer Center Q&A Unanswered Questions 20
Viewing all articles
Browse latest Browse all 8068

Changing date picker row font color in android

$
0
0

Hi, I want to make my picker background color as white and the text color will be black. Below is my code -

var Picker = Ti.UI.createPicker({
        backgroundColor : '#FFF',
        color: '#000',
        type: Ti.UI.PICKER_TYPE_DATE,
        borderRadius : 5,
        width : Ti.UI.FILL,
        height : Ti.UI.FILL
    });
It seems, the backgroundColor is working but the color is not. i mean my picker background coloe is white and the text color is also white. so the text(picker date) is not focused and can;t be distinguish. how can i set my text color white ?

Viewing all articles
Browse latest Browse all 8068

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>