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
merge View and ViewGroup constructor
Introduce empy JavaWidget to replace confusing usage of GtkBox and GtkDrawingArea. gtk_widget_set_name() is called with the Java class name
This commit is contained in:
@@ -199,14 +199,6 @@ extern "C" {
|
||||
#define android_view_ViewGroup_TEXT_DIRECTION_LTR 3L
|
||||
#undef android_view_ViewGroup_TEXT_DIRECTION_RTL
|
||||
#define android_view_ViewGroup_TEXT_DIRECTION_RTL 4L
|
||||
/*
|
||||
* Class: android_view_ViewGroup
|
||||
* Method: native_constructor
|
||||
* Signature: (Landroid/content/Context;Landroid/util/AttributeSet;)J
|
||||
*/
|
||||
JNIEXPORT jlong JNICALL Java_android_view_ViewGroup_native_1constructor
|
||||
(JNIEnv *, jobject, jobject, jobject);
|
||||
|
||||
/*
|
||||
* Class: android_view_ViewGroup
|
||||
* Method: native_addView
|
||||
|
||||
Reference in New Issue
Block a user