Button: implement setCompoundDrawables()

This commit is contained in:
Julian Winkler
2025-02-18 22:09:02 +01:00
parent 161904c8a8
commit 77fec3c9e6
4 changed files with 48 additions and 5 deletions

View File

@@ -223,6 +223,14 @@ JNIEXPORT void JNICALL Java_android_widget_Button_native_1setText
JNIEXPORT void JNICALL Java_android_widget_Button_nativeSetOnClickListener
(JNIEnv *, jobject, jlong);
/*
* Class: android_widget_Button
* Method: native_setCompoundDrawables
* Signature: (JJ)V
*/
JNIEXPORT void JNICALL Java_android_widget_Button_native_1setCompoundDrawables
(JNIEnv *, jobject, jlong, jlong);
/*
* Class: android_widget_Button
* Method: getText