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
use AndroidLayout for all JavaWidgets
This commit is contained in:
@@ -10,12 +10,10 @@ public class ViewStub extends View {
|
||||
|
||||
public ViewStub(Context context) {
|
||||
this(context, null, 0);
|
||||
haveCustomMeasure = false;
|
||||
}
|
||||
|
||||
public ViewStub(Context context, AttributeSet attributeSet) {
|
||||
this(context, attributeSet, 0);
|
||||
haveCustomMeasure = false;
|
||||
}
|
||||
|
||||
public ViewStub(Context context, AttributeSet attributeSet, int defStyle) {
|
||||
|
||||
Reference in New Issue
Block a user