安卓没有语句但有返回值的getAttributeListValue方法该怎么封装
本帖最后由 zhouchao0118 于 2024-9-10 10:31 编辑public int getAttributeListValue(int index, String[] options, int defaultValue);
可以看到getAttributeListValue方法没有语句但有返回值,
这该怎么封装?
用@begin@end类嵌入行封装,
还是像这样用方法嵌入行封装?
android/util/AttributeSet
https://developer.android.google ... tAttributeListValue(int,%20java.lang.String[],%20int)
封这玩意干啥,这个是用来获取组件xml属性的。在火山里面基本上用不到。
因为火山不支持自定义组件属性。封了也没用。
页:
[1]