hi i want add auto complet and email to my edittext
email.InputType = Bit.OR(email.InputType, 0x00000020) ' Email
email.InputType = Bit.OR(email.InputType, 0x00010000) ' TYPE_TEXT_FLAG_AUTO_COMPLETE
how can i add this 2 ? *-*
0x00000020 + 0x00010000
email.InputType = Bit.OR(email.InputType, 0x00000020) ' Email
email.InputType = Bit.OR(email.InputType, 0x00010000) ' TYPE_TEXT_FLAG_AUTO_COMPLETE
how can i add this 2 ? *-*
0x00000020 + 0x00010000