dsfloatlabeledittext

  1. ivan.tellez

    Android Question How to show the keyboard for a DSFloatLabelEditText? (IME not working)

    I have 2 DSFloatLabelEditText of the design support library. For filling the first one I have a buton to use a BarcodeScaner with some code like this: Sub BarcodeOk(Value As String) DSFloat1.Text = Value DSFloat2.RequestFocus End Sub Sub DSFloat2_FocusChanged (HasFocus As Boolean)...
Top