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
android_layout_measure(): refactor to respect LayoutParams
This is needed when a Java widget gets measured from GTK
This commit is contained in:
committed by
Julian Winkler
parent
8b6de0e83a
commit
3c03223085
@@ -72,6 +72,7 @@ struct handle_cache {
|
||||
jmethodID performClick;
|
||||
jmethodID onTouchEvent;
|
||||
jmethodID layoutInternal;
|
||||
jmethodID measure;
|
||||
} view;
|
||||
struct {
|
||||
jclass class;
|
||||
|
||||
Reference in New Issue
Block a user