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
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user