Android Studio - Is it possible to get notified which widget inside the GUI builder is being selected? Permanently deleted user Created May 13, 2015 13:24 Hello,is it possible to get notified which widget inside the GUI builder is being selected?ThanksRouven
Yes. You can use DesignerEditor.getDesignerPanel().getSurfaceArea().addSelectionListener() to install a listener.