Java - Newcomers have a question for everyone, how to dynamically modify the height of the control in weex
巴扎黑2017-05-18 10:44:32
0
2
710
It is to modify the height of the Android component. Enter a specific page to set the WXComponent content according to different states, but the heights of different states are different. How to modify the Component height when the state changes
You should ask in the weex forum, I also want to know the answer
Define an attribute, bind your component to the attribute, and then modify it dynamically.