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

@ -11,4 +11,8 @@ public class Layout {
}
public int getLineCount() {return 1;}
public float getLineWidth(int line) {return 10;}
public TextPaint getPaint() {return new TextPaint();}
}