Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Shortcut between graphical layout and XML

Tags:

I hate using the mouse and I can't find an answer for this anywhere. Does anybody know if there is one. And no I'm not talking about the Ctrl+F7 that changes the view and I'm also not talking about the Ctrl + Page Up and Ctrl + Page Down to change between tabs. I'm talking about the tabs in the bottom, for example for an Android XML layout and the graphical layout, which is the one I guess most people in Android programming use.

like image 216
Thiago Avatar asked Jul 14 '13 19:07

Thiago


People also ask

Which shortcut is used for Textview?

On windows/Linux it is ALT + Shift + Left/Right .

What is XML file in Android?

XML stands for eXtensible Markup Language, which is a way of describing data using a text-based document. Because XML is extensible and very flexible, it's used for many different things, including defining the UI layout of Android apps.

What is contained within the layout XML file?

What is contained within the Layout xml file? Orientations and layouts that specify what the display looks like.


1 Answers

It is Alt + Page Up and Alt + Page Down.

BTW you can change it in Window -> Preferences -> General -> Keys -> Next Sub-Tab and Previous Sub-Tab.

like image 106
Aleksandr M Avatar answered Sep 22 '22 05:09

Aleksandr M