RCB
RCB

Reputation: 2263

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

Upvotes: 2

Views: 3350

Answers (2)

Manish Rajpurohit
Manish Rajpurohit

Reputation: 638

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

Upvotes: 1

Samir Bhatt
Samir Bhatt

Reputation: 3261

No, You can check design view from code using preview but can not go to code from design view.

Upvotes: 0

Related Questions