mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-04-29 04:37:58 +03:00
call View.onAttachedToWindow() method
This commit is contained in:
parent
f4251af2a2
commit
520d153c55
8 changed files with 43 additions and 7 deletions
|
@ -183,6 +183,8 @@ public class TextView extends View {
|
|||
return new MovementMethod();
|
||||
}
|
||||
|
||||
public CharSequence getHint() {return "HINT";}
|
||||
|
||||
public static interface OnEditorActionListener {
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue