You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
android/view/View: naive implementation for setBackgroundColor
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user