I fourd “invalidate” couldn’t reload the view’s style and want to know how to make a “view” to reload their own.
i need a way like “setContentView” but not reload all view.
For example, in “padphone”, the display will be change when phone push into pad and get value from “xlarge” folder by use code. But the view does not reload the style from the xlarge folder.
oh! i know i couldn’t achieve it.
Actually, android is using “Reflection” load Xml convert to attributes. like “inflate”.
so, So I can only “setContentView”.