public XobotWindow(Context context) : base(context) { layout_inflater = new XobotLayoutInflater(context); view = new DecorView(context); attach_info = new View.AttachInfo(this); }
public XobotWindow (Context context) : base (context) { layout_inflater = new XobotLayoutInflater (context); view = new DecorView (context); attach_info = new View.AttachInfo (this); }