Set the TextSize to a text in spinner in android programatically

android, spinner

Solution

same as custom listview we can set the values to the spinner .in the customview class we can set the properties to the Textview

Problem

Hi I want to set the style and size for a text in spinner programatically(Dynamically).I don't use any resources in my app for this.So give me some suggestions for this

Original source