Hi all
how can i change the tabhost background *-* ?
i m trying this
but dont work
dont work too =(
when i try debug give me error array expected on
how to load a background *-*
how can i change the tabhost background *-* ?
i m trying this
B4X:
Dim bmp1 As Bitmap
Dim bmp As BitmapDrawable
bmp1.Initialize(File.DirAssets, "bg_login_background.png")
bmp.Initialize(bmp1)
TabHost1.Background(bmp)
but dont work
B4X:
TabHost1.Background(bmp1)
dont work too =(
when i try debug give me error array expected on
B4X:
TabHost1.Background(bmp)
how to load a background *-*