22232425262728
* @author ycoppel@google.com (Yohann Coppel) */ public class SubLayoutEditor extends ViewEditorToolView { public SubLayoutEditor() { super(new SubLayoutTool()); }