rotating my device always opens the soft keyboard even though there are no inputs in the example app. this behavior only happens with this example on my devices. When the keyboard does open it blanks out content on the screen (half of label3 is wiped).
Also i tried to extend the example by using the designer script to dynamically change the width of the labels at different orientations. Whilst the changes made in the abstract designer work ok the specific 'width' changes made in the designer script tab don't work on views using 9patch image backgrounds. Is this normal behavior??
Yes! thats sorted it - as for changing label sizes, i think i was trying to do something the script designer wasnt made for: i can change a labels dimesions dynamically in the code.