作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想在我的 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/
我是一名优秀的程序员,十分优秀!