问题标签 [graphical-layout-editor]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - 为什么 android.support.v4.app.FragmentTabHost 不在 Android XML 图形布局中呈现?
Problem
android.support.v4.app.FragmentTabHost
不显示在 Android XML 的图形布局中。
Error Image
XML Code Snippets
Request/Conclusion
如果有任何解决此问题的方法,请分享。
如果我需要在Eclipse中进行更改,那么也可以提出建议。
谢谢你。
android - 在 Adt 中看不到布局预览
早些时候我曾经看到,在图形布局编辑器选项卡上修改我的 ADT 本身的布局,但现在我看不到有什么要更新的东西,或者该功能被删除或任何原因。如果这些是任何找回它的方法,请让我知道
android - 当我拖动一个对象时,所有对象都会移动
我正在 Eclipse 中创建一个 Android 应用程序,但是当我在 TextView 周围拖动时,它下面的所有内容也会移动。
这是我没有拖任何东西的时候。
http://i.stack.imgur.com/Twp4L.png
这是我稍微拖动 TextView 的时候。
http://i.stack.imgur.com/oJ75k.png
android - 布局在真实设备上的显示方式不同
我正在设计的布局在图形布局中看起来很好,但是当我将它安装在设备上时它搞砸了。
图形布局
在设备上
这是我的布局文件。
android - 渲染期间引发的异常:android 中的无效 LOC 标头(错误签名)
渲染期间引发异常:无效的 LOC 标头(错误签名)
渲染期间引发异常:无效的 LOC 标头(错误签名)
异常详细信息记录在 Window > Show View > Error Log 中找不到以下类:- ImageView(更改为 android.widget.ImageView、Fix Build Path、Edit XML)
昨天,不幸的是,我的系统在没有保存 Eclipse 工作区的情况下被强制关闭。之后,我在打开 android 布局文件的图形视图时遇到了这个错误。但是xml文件没有错误。它们是完美的工作文件。
任何帮助都会挽救我的生命。在紧迫的最后期限内,我挣扎了不止一天。
android - Layout editor does not pass styleable attribute to custom View class
I am creating a FixedAspectImageView
to solve the problem in Android of making an ImageView
set its view bounds to match the aspect ratio of the image contained within, and also fill an arbitrarily wide (or tall) available area and stretch the image appropriately. In the current version I'm sending a floating point "ratio" parameter from the layout, though eventually I would intend to detect the ratio of the image.
However, I am having trouble with the styleable attributes. My attrs.xml has this:
My constructor looks like:
(and very similarly for the one with an integer defStyle at the end) and my layout file looks like this:
I've determined that setRatio(Float)
works, because if I set a value in the source the measurement system works perfectly. The TypedArray being passed in has no indices set. What's causing this?
android - 在 ADT 图形编辑器中同时显示多种屏幕类型?
我似乎记得看到过一种使用 ADT 的图形布局编辑器同时预览多种显示类型(即 10 英寸平板电脑纵向、4 英寸手机横向等)的方法。
有没有一种自动化的方法可以做到这一点,或者可能只是有人在 Eclipse 中手动创建新窗格?或者是否有其他工具可以进行这样的演示?
android - 图形布局中未显示自定义视图
我创建了一个自定义按钮、TextView 和 ImageView。这些都不能正确显示在任何 XML 的图形布局中。它没有显示带有自定义字体的按钮或文本,而是显示了一个巨大的灰色框,其中包含我正在调用的自定义类的名称。如何让这些显示在预览中?
和
android - 如何在布局编辑器中模拟沉浸式模式
我想在布局编辑器中全屏查看我的布局。我正在使用eclipse插件。
我已经通过*NoActionBar
在组合中选择一个主题来隐藏 ActionBar,但导航栏是另一回事。AFAIK 只能使用代码中的标志来隐藏它。
我需要对活动 xml 文件进行持续调整,并且在模拟器中对其进行测试是一件非常痛苦的事情,但并非直接不可能(我的 PC 无法运行全高清模拟器,我需要通过 SSH 连接另一台机器)。不用说我没有真正的设备。
有没有办法以真正的全屏查看布局?
android - Eclipse 图形布局大小
由于某种原因,我的图形布局非常小,并且无法正确缩放。有人遇到这个问题或知道如何解决吗?
我没有足够的代表来上传图片,所以我不得不为它制作一个链接。
这是它的样子: http: //oi62.tinypic.com/2agtdmr.jpg