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

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -