如何在 Android 中预览渐变和形状?

发布于 2024-11-25 03:01:42 字数 94 浏览 2 评论 0原文

是否有应用程序或工具可以预览 Android XML 渐变和形状?每次修改 XML 时都必须在模拟器中运行应用程序,这是非常烦人的,这应该是一个更好的方法,但谷歌什么也没说。

Is there an application or tool that can do a preview of Android XML gradients and shapes? Is very annoying having to run app in emulator each time I modify XML, it should be a better way but Google says nothing.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

你对谁都笑 2024-12-02 03:01:42

从 ADT 11 开始,eclipse 插件允许从 xml 的视图模式预览渐变和可绘制对象。在 ADT 12 中,资源选择器对话框中甚至有一个可绘制预览。

确保您已更新到 ADT 12 以及 SDK Tools r12。以下是相关的发行说明

ADT 12.0.0(2011 年 7 月) )

视觉布局编辑器:

  • 资源选择器对话框中的可绘制对象和颜色预览(更多信息)。

ADT 11.0.0(2011 年 6 月)

可视化布局编辑器:

  • 这是您一直在等待的布局编辑器的更新!它包含(几乎)Google I/O 上展示的所有优点。在 YouTube 上观看视频。
  • 调色板支持自定义视图。您可以选择您在项目中或包含的库中创建的 View 类的任何自定义实现,并将它们拖到您的布局中(更多信息)。

我个人一直在使用 ADT 12,并且可以从图形布局编辑器本身查看渐变和自定义视图。

As of ADT 11, the eclipse plugin allows for a preview of gradients and drawables from the View mode of the xml. In ADT 12, there is even a drawable preview within the resource chooser dialog.

Make sure you have updated to ADT 12 along with SDK Tools r12. Here are the relevant release notes:

ADT 12.0.0 (July 2011)

Visual Layout Editor:

  • Previews of drawables and colors in the resource chooser dialogs (more info).

ADT 11.0.0 (June 2011)

Visual Layout Editor:

  • This is the update to the layout editor you've been waiting for! It includes (almost) all the goodies demonstrated at Google I/O. Watch the video on YouTube.
  • The palette supports custom views. You can pick up any custom implementations of the View class you've created in your project or from included libraries and drag them into your layout (more info).

I have personally been using ADT 12, and can view gradients and custom views from within the graphical layout editor itself.

晨光如昨 2024-12-02 03:01:42

仅供记录,如果您有 Eclipse Galileo,正确更新的步骤是:

  1. 通过 AVD 管理器将 Android SDK 更新到 12 -> 安装的软件包 -> 全部更新。
  2. 通过 -> 更新 Eclipse帮助->检查更新。

它抱怨某些软件包未签名,但最终安装并运行良好且轻松。

Just for the record, steps to properly update, if you have Eclipse Galileo, are:

  1. Update Android SDK to 12 via AVD manager ->Installed packages ->Update all.
  2. Update Eclipse via -> Help->Check for updates.

It complains about some package not signed but in the end installed and worked nice and easy.

小瓶盖 2024-12-02 03:01:42

在 Android Studio 中:

View -> Tool Windows -> Preview

In Android Studio:

View -> Tool Windows -> Preview
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文