【发布时间】:2022-08-02 18:11:25
【问题描述】:
我是 android 开发的新手,听说过 custom library(module),我看到了一些关于如何创建模块和创建类的示例。但我不知道如何创建自定义 xml 视图并对其进行设计,例如,
<com.example.customButton
android:layoutwidth=\"120dp\"
android:layoutheight=\"50dp\">
</com.example.customButton>
谁能帮我 ?。