Android Studio调色板属性问题

时间:2019-07-01 16:24:20

标签: android-studio

为什么不是所有的属性都出现?

button attributes screenshot

例如,有许多重要的属性看起来像不是:

onClickhinttext,..... etc。

1 个答案:

答案 0 :(得分:0)

只需点击“通用属性”部分,就像这样:

enter image description here

编辑:

如果看不到它,只需在XML中对其进行编辑,例如


    <Button
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:conClick="something"/>