Add paddings and improved margins

This commit is contained in:
Daniel Panero
2024-11-15 22:17:07 +01:00
committed by Mis012
parent 13ed9d76bb
commit fb6565e535
10 changed files with 169 additions and 55 deletions

View File

@@ -343,6 +343,14 @@ JNIEXPORT void JNICALL Java_android_view_View_setBackgroundColor
JNIEXPORT void JNICALL Java_android_view_View_native_1setVisibility
(JNIEnv *, jobject, jlong, jint, jfloat);
/*
* Class: android_view_View
* Method: native_setPadding
* Signature: (JIIII)V
*/
JNIEXPORT void JNICALL Java_android_view_View_native_1setPadding
(JNIEnv *, jobject, jlong, jint, jint, jint, jint);
/*
* Class: android_view_View
* Method: nativeSetOnLongClickListener