yrajabi
Results
1
comments of
yrajabi
@asr1994 Hi, you could use `tv.setTypeface()` in your adapter to change typeface of list items, and below lines to apply typeface on spinner hint and floating label: ` spinner.setTypeface(typeface);` `...