Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio: How to bring back the outline window on the right side of the program?

I am currently learning how to make Android apps, using a textbook to guide me through some basic apps. The text teaches you how to change the layout and layout properties via the "Outline" window, but it appears that the outline window is either hidden or has been replaced by the "Component Tree" window. Is there a way to bring back the Outline window?

I'm using Android Studio 1.5.1 on Windows 10. Textbook is called "Android for Programmers: An App-Driven Approach, 2/e"

Thanks!

like image 655
Daniel Fullerton Avatar asked Oct 17 '25 10:10

Daniel Fullerton


1 Answers

The outline view in old eclipse-based Android Studio versions is not a part of itellij used in modern Android Studio, and its functionality is replaced by other components.

for layouts and layout XML

The component panel in more recent Android Studio builds replaces the outline view. The properties associated with an element are shown in a tree view just below the component list when viewing a layout.

for code

Alt+7 Structure view will produce a docked window on the left side (replacing the project tree) that shows the structure of the code.

for /res/values/strings.xml specifically

Unfortunately they didn't create a resources view that works in general (that I am aware of), but the strings.xml file has a translation assistance that you can open by clicking "open editor" which does add a gui to the XML.

like image 83
roberto tomás Avatar answered Oct 19 '25 23:10

roberto tomás



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!