implement TextView.setCompoundDrawables()

This adds an additional GtkBox for every TextView
This commit is contained in:
Julian Winkler
2024-03-30 11:04:21 +01:00
parent 849701c5c4
commit ae58d2b319
7 changed files with 84 additions and 21 deletions

View File

@@ -247,6 +247,14 @@ JNIEXPORT void JNICALL Java_android_widget_TextView_native_1setTextColor
JNIEXPORT jobject JNICALL Java_android_widget_TextView_getText
(JNIEnv *, jobject);
/*
* Class: android_widget_TextView
* Method: native_setCompoundDrawables
* Signature: (JJJJJ)V
*/
JNIEXPORT void JNICALL Java_android_widget_TextView_native_1setCompoundDrawables
(JNIEnv *, jobject, jlong, jlong, jlong, jlong, jlong);
#ifdef __cplusplus
}
#endif