简体   繁体   English

看不到Android的图形布局

[英]Can't see Android graphical layout

I have started a new Android empty project. 我已经开始一个新的Android空项目。
Where can i find the graphical layout switch button ? 在哪里可以找到图形布局切换按钮?

I have Eclipse Java EE and didn't installed any ADT plug-ins because i am guessing they are already installed. 我有Eclipse Java EE,并且没有安装任何ADT插件,因为我猜它们已经安装了。

Do i need to put initial code before i'll be able to use it? 我需要先放置初始代码,然后才能使用它吗?
i read that i need to open the XML file to use the graphical layout, 我读到我需要打开XML文件才能使用图形布局,
the only xml file that i found is the manifest. 我发现的唯一xml文件是清单。 and accessing this file didn't get any result. 并且访问此文件没有任何结果。

thanks, 谢谢,
Rami 拉米

You will find the layout xml files in /res/layout/*.xml. 您将在/res/layout/*.xml中找到布局xml文件。

These are the files that when opened will have a graphical editor. 这些是打开时将具有图形编辑器的文件。

If there aren't any then you can make one by using the new XML wizard. 如果没有,则可以使用新的XML向导来创建一个。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM