Android Question How to create it in designer?

Alex_197

Well-Known Member
Licensed User
Longtime User
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

teddybear

Well-Known Member
Licensed User
I have a screen design that I need to create in B4X Designer for Android.
1 - shaded background (1)
2 - radio buttons (2)

Thanks
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

PaulMeuris

Active Member
Licensed User
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
Cookies are required to use this site. You must accept them to continue using the site. Learn more…