mAndroid
mAndroid

Reputation: 5177

Android custom keyboard for measurements

I've scoured the net and SO and can't find what I'm hoping to be a simple solution to a problem i have.

I want one activity of my app to include a keyboard which allows the user to input 0-9 "." and then one of 3 selections for "mm" "cm" "m".

Is there a way to override the standard keyboard to provide this limited version or should I just build it into my view - this seems a bit non-standard.

Any ideas?

Upvotes: 0

Views: 250

Answers (1)

mAndroid
mAndroid

Reputation: 5177

Ended up just making a custom view with a specialised keyboard on the screen.

Upvotes: 1

Related Questions