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

@@ -143,4 +143,8 @@ public class ImageView extends View {
public void setImageTintList(ColorStateList tint) {}
public void setImageAlpha(int alpha) {}
public void setMaxWidth(int width) {}
public void setMaxHeight(int height) {}
}