Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Buttons not visible in the Layout Editor of Android Studio 3.4

Although many tutorials, videos, and books in Internet show the baseline edit. delete constraint and cycle chain mode buttons (x, ab and chainbuttons) below the selected component in the Layout Editor, I can't see them in my updated Android Studio 3.4. How is it possible? I can only do these operations with the context menu.

enter image description here

like image 324
Paulo Buchsbaum Avatar asked May 21 '19 23:05

Paulo Buchsbaum


People also ask

Can t find layout in Android Studio?

layout error is being caused by a mismatch between Android Studio's cache and your project's current layout. If you suspect this may be the case, then select File > Invalidate Caches / Restart > Invalidate and Restart from Android Studio's toolbar.

Why design is not showing in Android Studio?

Below image shown After finding, uncheck “use new Layout Rendering engine” and click on “ok”. To apply these changes, you needed to restart android studio. So that android studio IDE or Plugin update. Above all method does not work, then this method absolutely works.

Where is the layout editor in Android Studio?

To make room for the Layout Editor, hide the Project window. To do so, select View > Tool Windows > Project, or just click Project on the left side of the Android Studio screen. If your editor shows the XML source, click the Design tab at the top right of the window.


1 Answers

You can find menu to toggle Baseline from context menu e.g

Activity Design View > Component Tree

Activity Design View > Component Tree

Select button2 and right-click to bring up the Context menu on button2

Right click button2

like image 156
sakhunzai Avatar answered Nov 15 '22 09:11

sakhunzai