A Alex_197 Well-Known Member Licensed User Longtime User Jun 8, 2022 #1 I have a screen design that I need to create in B4X Designer for Android. 1 - shaded background (1) 2 - radio buttons (2) Thanks Attachments 23.png 40.1 KB · Views: 187
I have a screen design that I need to create in B4X Designer for Android. 1 - shaded background (1) 2 - radio buttons (2) Thanks
teddybear Well-Known Member Licensed User Jun 8, 2022 #2 Alex_197 said: I have a screen design that I need to create in B4X Designer for Android. 1 - shaded background (1) 2 - radio buttons (2) Thanks Click to expand... 1.add a panel and set Elevation it will have shadow 2. add a radiobutton and a lable on panels, change panelcolor and textcolr when radiochanged Upvote 0
Alex_197 said: I have a screen design that I need to create in B4X Designer for Android. 1 - shaded background (1) 2 - radio buttons (2) Thanks Click to expand... 1.add a panel and set Elevation it will have shadow 2. add a radiobutton and a lable on panels, change panelcolor and textcolr when radiochanged
P PaulMeuris Active Member Licensed User Jun 8, 2022 #3 Hello Alex_197, I used the designer window from B4A to come up with this design: In the attached zip-file you can see how i did this. For the logo you have to add the image file in the Files Manager pane and use this code in B4XPage_Created: show logo in imageview: ImageView1.Bitmap = LoadBitmap(File.DirAssets, "logo_vb.png") Hope you can do something with it. Greetings, Paul Attachments layout1.zip 176.5 KB · Views: 190 Upvote 0
Hello Alex_197, I used the designer window from B4A to come up with this design: In the attached zip-file you can see how i did this. For the logo you have to add the image file in the Files Manager pane and use this code in B4XPage_Created: show logo in imageview: ImageView1.Bitmap = LoadBitmap(File.DirAssets, "logo_vb.png") Hope you can do something with it. Greetings, Paul