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:
@@ -287,6 +287,14 @@ JNIEXPORT void JNICALL Java_android_view_View_native_1requestLayout
|
||||
JNIEXPORT void JNICALL Java_android_view_View_nativeInvalidate
|
||||
(JNIEnv *, jclass, jlong);
|
||||
|
||||
/*
|
||||
* Class: android_view_View
|
||||
* Method: setBackgroundColor
|
||||
* Signature: (I)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_view_View_setBackgroundColor
|
||||
(JNIEnv *, jobject, jint);
|
||||
|
||||
/*
|
||||
* Class: android_view_View
|
||||
* Method: setVisibility
|
||||
|
||||
Reference in New Issue
Block a user