我知道可以创建自定义UI元素(通过View或特定的UI元素扩展)。但是可以为新创建的UI元素定义新的属性或属性(我的意思是不是继承的,而是全新的定义我无法使用默认属性或属性处理的某些特定行为)
例如元素我的自定义元素:
<com.tryout.myCustomElement
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="Element..."
android:myCustomValue=<someValue>
/>
因此可以定义MyCustomValue吗?
谢谢
3
stackoverflow.com/questions/2695646/...
—
Selvin
嘿,这里有一些关于android中的自定义属性的好文章-amcmobileware.org/android/blog/2016/09/11/custom-attributes
—
ArkadiuszCieśliński16年