How to set widget layouts in Android?
I know how to set the widget when it is a fixed size, such as 2x2; but how do I set it to resize or set orientation automatically? Do I just开发者_如何学Python dump all the frame backgrounds in all the drawable folders and hope for the best?
Look at use of 9-patch images for backgrounds, explained here.
精彩评论