call View.onAttachedToWindow() method

This commit is contained in:
Julian Winkler 2023-10-08 17:51:41 +02:00
parent f4251af2a2
commit 520d153c55
8 changed files with 43 additions and 7 deletions

View file

@ -183,6 +183,8 @@ public class TextView extends View {
return new MovementMethod();
}
public CharSequence getHint() {return "HINT";}
public static interface OnEditorActionListener {
}