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:
@@ -113,8 +113,6 @@ public class ViewGroup extends View implements ViewParent, ViewManager {
|
||||
removeView(child);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected native long native_constructor(Context context, AttributeSet attrs);
|
||||
protected native void native_addView(long widget, long child, int index, LayoutParams params);
|
||||
protected native void native_removeView(long widget, long child);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user