标签: android android-layout
我重写了EditText类(为EditText的每一行绘制一条直线),并将其称为“EditTextExtra”。
EditText
现在,我将此类用作其他普通视图(Button,EditText,...)。我可以方便地编程插入表单。但是,我不知道如何在布局xml文件中使用此类作为其他视图。
Button
谢谢:)
答案 0 :(得分:1)
如果要在xml布局中使用它,请使用名称+ package:
<com.package.here.EditTextExtra //attributes here />