You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
add more stubs
This commit is contained in:
@@ -186,6 +186,12 @@ public class TextView extends View {
|
||||
|
||||
public CharSequence getHint() {return "HINT";}
|
||||
|
||||
public int getMinHeight() {return 0;}
|
||||
public int getMinWidth() {return 0;}
|
||||
public void setMinHeight(int minHeight) {}
|
||||
|
||||
public void setHorizontallyScrolling(boolean whether) {}
|
||||
|
||||
public static interface OnEditorActionListener {
|
||||
public abstract boolean onEditorAction(TextView v, int actionId, KeyEvent event);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user