gpt4 book ai didi

android - 无法将 Studio Designer 与自定义 RelativeLayout 派生类一起使用

转载 作者:塔克拉玛干 更新时间:2023-11-02 22:43:37 26 4
gpt4 key购买 nike

我正在向可穿戴应用程序添加一些动画,该应用程序是在派生自 RelativeLayout 的类中实现的:

package wear.com.watchgui;
public class RippleBackground extends RelativeLayout {...}

如果我尝试在 rect_activty_main.xml 中使用它,如下所示:

<wear.com.watchgui.RippleBackground xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
android:layout_height="match_parent" android:orientation="vertical"
tools:context=".MainActivity" tools:deviceIds="wear_square"
android:id="@+id/overlayLayout"
android:clickable="true"
android:background="#0288d1">
<TextView ....

那么问题是,它不可能用 Android Studio Designer 做任何事情——它不可能添加新的小部件,或者四处拖动和移动现有的小部件等。Android Studio 图形界面完全无法使用,就好像 GUI 被锁定并且可以'不被编辑。

我可以使用文本编辑器界面直接编辑布局 xml 进行更改,但我不能使用图形编辑器界面做任何事情。

有谁知道我为什么会遇到这个问题,是否有解决方案?

最佳答案

这是一个 issue现在有一段时间了。

它似乎已在 Android Studio 1.3.0 中修复。

你可以找到它here

关于android - 无法将 Studio Designer 与自定义 RelativeLayout 派生类一起使用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31619867/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com