android/view/View: naive implementation for setBackgroundColor

This commit is contained in:
Mis012
2023-10-30 17:28:38 +01:00
parent 0b0cfed345
commit d483828236
3 changed files with 23 additions and 1 deletions

View File

@@ -962,7 +962,7 @@ public class View extends Object {
}
private static native void nativeInvalidate(long widget);
public void setBackgroundColor(int color) {}
public native void setBackgroundColor(int color);
public native void setVisibility(int visibility);
public void setPadding(int left, int top, int right, int bottom) {}
public void setBackgroundResource(int resid) {