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
stub TextView.getCompoundDrawables()
This commit is contained in:
@@ -258,4 +258,8 @@ public class TextView extends View {
|
||||
public void setCompoundDrawablesWithIntrinsicBounds(Drawable left, Drawable top, Drawable right, Drawable bottom) {}
|
||||
|
||||
public void setHint(CharSequence s) {}
|
||||
|
||||
public Drawable[] getCompoundDrawablesRelative() {return new Drawable[4];}
|
||||
|
||||
public Drawable[] getCompoundDrawables() {return new Drawable[4];}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user