stub TextView.getCompoundDrawables()

This commit is contained in:
Julian Winkler
2024-06-02 08:22:34 +02:00
parent babbf441da
commit cd34ef4d5a

View File

@@ -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];}
}