Douglas Farias Expert Licensed User Longtime User Jul 21, 2014 #1 Hi all 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 *-*
Hi all 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 *-*
S sorex Expert Licensed User Longtime User Jul 21, 2014 #2 I'm not sure if that is possible, you can change the background color but then it all looks kind of strange. why not just add the background in each panel as imageview? Upvote 0
I'm not sure if that is possible, you can change the background color but then it all looks kind of strange. why not just add the background in each panel as imageview?
Douglas Farias Expert Licensed User Longtime User Jul 21, 2014 #3 i already make this thx man =) Upvote 0