tags:

views:

122

answers:

1

Hi guys.

How to set style(small and large) to Button programmable way ?

Is it possible ?

I can set the style to the Button from xml resource (like styte= ?android:attr/buttonStyleSmall). But I don't know how set it programmable way.

Thanks in advance.

+1  A: 

You cannot modify a style at runtime, sorry.

CommonsWare