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
api-impl: add misc stubs/impls
This commit is contained in:
@@ -262,4 +262,10 @@ public class TextView extends View {
|
||||
public Drawable[] getCompoundDrawablesRelative() {return new Drawable[4];}
|
||||
|
||||
public Drawable[] getCompoundDrawables() {return new Drawable[4];}
|
||||
|
||||
public void setTextAppearance(int dummy) {}
|
||||
|
||||
public int length() {
|
||||
return getText().length();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user