In Android can the OnLongClickListener be used with EditTexts and TextViews or just Buttons?
|
feedback
|
|
OnLongClick handling is inherited from android.view.View. Therefore it should be functional with EditText and TextView too. | |||
|
feedback
|
|
It can be used on the base class | |||
|
feedback
|