support layout margins

This makes the menu in Gravity Defied not get behind the keyboard.
Also makes the TabLayout in NewPipe not get behing the titlebar.
This commit is contained in:
Julian Winkler
2023-11-08 22:41:46 +01:00
parent 72a8b3a047
commit 36d7a1cc44
4 changed files with 45 additions and 9 deletions

View File

@@ -242,10 +242,10 @@ JNIEXPORT jlong JNICALL Java_android_view_View_native_1constructor
/*
* Class: android_view_View
* Method: native_setLayoutParams
* Signature: (JIIIF)V
* Signature: (JIIIFIIII)V
*/
JNIEXPORT void JNICALL Java_android_view_View_native_1setLayoutParams
(JNIEnv *, jobject, jlong, jint, jint, jint, jfloat);
(JNIEnv *, jobject, jlong, jint, jint, jint, jfloat, jint, jint, jint, jint);
/*
* Class: android_view_View