Android Code Snippet BSLabeledEdit - a composite views Label and EditText

Hello,

Related to thread https://www.b4x.com/android/forum/threads/solved-change-dsfloatlabeledittexts-hint-size.96348/, the need for a simple labeled edit text and learning CustomView, I share to B4A Community my BSLabeledEdit. It consist Panel, Label, and EditText. It reminds me creating composite components in Delphi.

It's a newbie code so please advice, criticize, and help me enhance. You may use it freely if you want. Forgive my Delphi dialect in the code.


Cheers,
 

Attachments

  • Screenshot_1534906673.png
    Screenshot_1534906673.png
    36.9 KB · Views: 451
  • BSLabeledEdit Test.zip
    10.2 KB · Views: 239
Last edited:
Top