gpt4 book ai didi

android - 如何在 kotlin 的 xml 标签中自动添加相同的 xml 代码?

转载 作者:行者123 更新时间:2023-11-29 02:24:46 32 4
gpt4 key购买 nike

我想在我的 xml 文件中添加以下 xml 代码,自动添加 TextView 标签,我该怎么做?

我想在打开标签后添加的代码是:

com.mycompany.projectname.

我要插入上面代码的标签是:

<TextView
android:id="@+id/textView16"
android:layout_width="wrap_content"
/>

我的预期输出如下

<com.mycompany.projectname.TextView
android:id="@+id/textView16"
android:layout_width="wrap_content"
/>

最佳答案

自定义小部件 android studio 不会在 XML 中自动获取/添加。你必须手动给你的类名和包。

在预定义的小部件中,如果你想添加一些属性,请按

Ctrl + Space for windows

Command+ space for mac

关于android - 如何在 kotlin 的 xml 标签中自动添加相同的 xml 代码?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52927326/

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