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
api-impl: misc additions for Oeffi
This commit is contained in:
@@ -17,6 +17,11 @@ public abstract class AbsSpinner extends AdapterView {
|
||||
haveCustomMeasure = false;
|
||||
}
|
||||
|
||||
public AbsSpinner(Context context, AttributeSet attributeSet, int defStyle) {
|
||||
super(context, attributeSet, defStyle);
|
||||
haveCustomMeasure = false;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected native long native_constructor(Context context, AttributeSet attrs);
|
||||
protected native void native_setAdapter(long widget, SpinnerAdapter adapter);
|
||||
|
||||
Reference in New Issue
Block a user