add some methods needed for androidx dialogs

This commit is contained in:
Julian Winkler
2024-02-09 16:41:37 +01:00
parent 056b911637
commit d2f28a5b21
7 changed files with 48 additions and 3 deletions

View File

@@ -1598,4 +1598,8 @@ public class View extends Object {
public void setAccessibilityLiveRegion(int mode) {}
public void invalidateOutline() {}
public int getMeasuredWidthAndState() {
return measuredWidth;
}
}