I have an edit text however I only want letters which are in another Text view to be typeable. For example if the Text view say Hello Only H,E,L and O should be Typeable.
Advertisement
Answer
Using this code you can get it to only accept your String
android:digits="@string/YourString"