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!
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.
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.
Alt+7 Structure view will produce a docked window on the left side (replacing the project tree) that shows the structure of the code.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With