In Android Studio How To Remove Guidelines? - android-studio

I'm learning Android Studio, so I clicked a few buttons to add vertical and horizontal guidelines, but how to roll back ? In the following image you can see how they look, but I can't figure out how to not show the guidelines ?

I figured it out, select it, make sure it turns blue, then hit "Delete" key to get rid of it.

Select the guidelines or just go into the COMPONENT TREE window below the Palettes and delete the guidelines you want.

Related

Why is Android Studio not showing possible properties of a widget?

In a couple of resource with Android Studio I have seen people typing a widget's name and after closing the parenthesis a list of possible properties was appearing appear above the widet as show in the screenshot. However, I am not getting this displayed. Can someone shine some light on what needs to be set in order see this list?
how it is supposed to look
Many thanks!
Found the solution to this: Just press CTRL and hoover with the mouse pointer over it.

Why does Android Studio never show layout decorations when I open it?

As you can see in the image below, every time I open a project in Android Studio, the layout decorations option is deselected. How can I have it selected for default?
look on the top left of constraintLayout that you currently open, click on the eye icon and then click Show Layout Decorations. then you will be able to see it. but i don't know how to access it.
I think is not possible. I never see about that the solution

How to get rid of this Mouse pointer on Android studio and get the editable one

I am new to android development. The mouse pointer on the design page is as shown in the screenshot. I am not able to edit anything like increasing the height and width of the widget on this page. I might be able to do it in XML but I want it done here.
I want a normal mouse pointer where I can edit the widgets.
I tried looking at some of the blogs but it didn't help.
activity.xml - design
It worked after removing the cache files and restarting the android studio

Android Studio - Can't move or drag buttons freely

I'm new to Android Studio (working on Windows) and I am now using Buttons for the first time. I'm using them inside a TabHost. It seems that I can't move/drag the buttons to anywhere I want in the design, they just stay at the top of the design. I've searched this on Google and someone suggested a RelativeLayout instead of a LinearLayout. I've switched layouts already and I still can't move the Buttons as I want.
Any ideas? Thanks in advance

Android studio - preview when editing text has disappered

When I first started using AS I really liked the edit layout feature. I like the way it shows you a preview on the right of the screen when you are editing the XML.
This seems to have disappeared - how do I turn it back on? It's not a show stopper, but it was a nice feature.
The previewer is way better than the clunky Eclipse one.
There should be a tab called "Preview" on the right side of the screen.
If you can't see this then click the little square on the bottom left of the screen and it will appear.

Resources