标签: android-studio
为什么不是所有的属性都出现?
例如,有许多重要的属性看起来像不是:
onClick,hint,text,..... etc。
onClick
hint
text
答案 0 :(得分:0)
只需点击“通用属性”部分,就像这样:
编辑:
如果看不到它,只需在XML中对其进行编辑,例如
<Button android:layout_width="wrap_content" android:layout_height="wrap_content" android:conClick="something"/>