Add some more methods needed by NewPipe. Mostly stubs

This commit is contained in:
Julian Winkler
2024-02-17 15:15:05 +01:00
parent 72d6ad9914
commit 5dfadc9c59
17 changed files with 91 additions and 13 deletions

View File

@@ -207,4 +207,6 @@ public class TextView extends View {
public int getCompoundPaddingLeft() {return 0;}
public int getCompoundPaddingRight() {return 0;}
public void setHint(int resId) {}
}