Back to project page DotDotDash.
The source code is released under:
MIT License
If you think the Android project DotDotDash listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.habosa.dotdotdash; /*from ww w .j av a2 s .co m*/ import android.content.Context; import android.inputmethodservice.Keyboard; public class MorseKeyboard extends Keyboard { public MorseKeyboard(Context context, int xmlLayoutResId) { super(context, xmlLayoutResId); } }