Add some methods needed for androidx preferences

This commit is contained in:
Julian Winkler 2024-02-04 08:08:49 +01:00
parent 850fd2f076
commit aa56f3fb81
9 changed files with 65 additions and 3 deletions

View file

@ -198,4 +198,8 @@ public class TextView extends View {
public Layout getLayout() {
return new Layout();
}
public int getCurrentTextColor() {return 0;}
public void setSingleLine(boolean singleLine) {}
}