I saw this bar (http://i133.photobucket.com/albums/q43/ chiliberto_photos/TitleBar-sidebyside.png) in iphone GUI PSD collection and want to add it in my android application. I created transparent png image (for shadow) and use this png like a tiled background for my layout:
<bitmap xmlns:android="http://schemas.android.com/apk/res/android" android:src="@drawable/tile" android:tileMode="repeat" /> Of course it works... but the question is how to make it resizable? All I want is to draw different labels using this layouts (with different text size)...so it has to have wrap_cotent height. Is it possible? Please, help... -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

