问题标签 [android-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 - Error: "The graphics preview in the layout editor may not be accurate: Paint.setShadowLayer is not supported"
I'm using Eclipse and I just created a home page (menu) with 2 image buttons, but I am getting this error:
The graphics preview in the layout editor may not be accurate:
Paint.setShadowLayer is not supported.
What does it mean? And how can I solve it?
I am using API 21.
android - How to refresh a resource in Android Studio without restarting?
I'm working on resizing and changing background images. However, each time I have to restart Android Studio so the Layout Preview will refresh the image.
Doesn't work:
- Changing API level
- Changing Preview orientation
- Changing theme
- Synchronizing project
What else can I do?
On Android Studio 2.2.2, Windows 10 64-bit on AMD A8-6410 with AMD Radeon R5 Graphics, 11 GB of RAM.
android - 为什么 Android Studio 正在删除和/或更改 layout_margin* 约束?
我android.support.constraint.ConstraintLayout
用来布置简单卡片的内容视图。
我的 XML 每次都会随机更改:
- 我切换到 Android Studio 的布局编辑器
Design
选项卡 - 或者当我打开一个
Preview
窗格时(在这种情况下,更改在我的更改期间更频繁地发生)。
这些随机变化包括:
- 删除我手动定义的布局边距(例如
layout_marginEnd
) - 更改我手动输入的保证金值的值
- 添加
tools:layout_editor_absoluteX
值
问题:
- 其他人体验过这个 Android Studio 的功能吗?
- 如何关闭这个“功能”,这样我的布局就不会被破坏?
- 在哪里向 Google 或 JetBrains 报告此错误?
PS.:我的 Android Studio 版本是2.2.3
;我在 macOS Sierra 上运行它。
更新#1
正如建议的那样,在制作之后layout_height="match_parent"
,我很少得到修改,但是当我在 Layout Design'er 中编辑布局时,我的 XML 仍然混乱:
这次我想layout_marginTop
通过设计 UI 设置(选择的行是我想要添加的) ,但我也得到了其他不需要的更改:
layout_marginStart
移除;app:layout_constraintBottom_toBottomOf
引用的 ID 有一个“+”号前缀,这意味着这些 ID 是新声明的,所以当我使用Goto declaration
功能时,我必须从列表中选择它 - 这不是所需的行为。tools:layout_editor_absoluteX
被添加。我可以忽略它,但仍然 - 不是我想要发生的事情。
android - 工具:RecyclerView 项目的文本
我知道当你设置
在 aTextView
中,您将在 Android Studio 中以 Preview 模式看到示例文本,但在实际应用程序中看不到。我想对 a 中的项目执行此操作RecyclerView
,但我似乎无法做到。这是我到目前为止所做的:
在 RecyclerView(名为 content_feed)中:
在单元格中(名称 cell_feed):
以下是xml
文件:
cell_feed.xml
content_feed.xml
android - 我无法在 Android Studio 布局编辑器中拖放小部件,我选择了空白活动,但工作区中没有应用程序背景(框架)
我已经安装了所有 sdk 并正确安装,但我尝试了多次,但我无法在其中插入工具、小部件、按钮等的应用程序框架。(无法在工作区添加任何内容)
我的 Android 工作室窗口图像:https ://drive.google.com/file/d/0B8AWJ5JO_e0xVV9KVEE0TUpMYWc/view?usp=drivesdk