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 w w w.ja v a 2 s.c o m*/ import android.content.Context; import android.inputmethodservice.KeyboardView; import android.util.AttributeSet; public class MorseKeyboardView extends KeyboardView { public MorseKeyboardView(Context context, AttributeSet attrs) { super(context, attrs); } }