background - Android: create custom bar -
i saw this bar in iphone gui psd collection , want add in android application. created transparent png image (for shadow) , use png tiled background layout:
<bitmap xmlns:android="http://schemas.android.com/apk/res/android" android:src="@drawable/tile" android:tilemode="repeat" /> of course works... question how make resizable? want draw different labels using layouts (with different text size)...so has have wrap_cotent height. possible? please, help...
try accepted answer here:
Comments
Post a Comment