How to add seekbar to android menu items

I’m trying to add seekbars to menu items. I’ve a listview holding textviews. I need to add seekbars to menu items so that if user changes font increase seekbar then listview’s textview items size should be increased. Similarly I need to add brightness seek bar also to menu items.

I’ve implemented customer adapter with getView() to display text view rows. How I can achieve above functionality. Kindly help me.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.