Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio switching from design view to code view

Is there a way, when working on a layout (xml) to switch from a design view to the code view with focus on the selected element, such as double clicking in the eclipse ADT? Thanks

like image 519
RCB Avatar asked Feb 04 '26 20:02

RCB


1 Answers

Yes you can go from design view to xml select item and then Right click on item then select option => Go to Declaration(Function key + F3 in window ).

1.You can use "PREVIEW" (Right side on android studio). when working on xml in android studio. it will help you :) a side window appear with design view

like image 152
Manish Rajpurohit Avatar answered Feb 06 '26 09:02

Manish Rajpurohit