add some stubs needed since we now handle onMeasure() for more Views

This commit is contained in:
Julian Winkler
2023-12-29 11:09:37 +01:00
parent 757d689689
commit 0614e6c245
7 changed files with 25 additions and 2 deletions

View File

@@ -9,4 +9,6 @@ public class Layout {
ALIGN_LEFT,
ALIGN_RIGHT,
}
public int getLineCount() {return 1;}
}