Disabling Spinner in android

后端 未结 4 481
太阳男子
太阳男子 2021-02-03 16:53

I\'m having problems when using android:enabled=\"false\", it\'s not disabling the component in the case it\'s a spinner

4条回答
  •  被撕碎了的回忆
    2021-02-03 17:21

    You can set this in the Java code itself, instead of in the XML, because the Spinner should implement setEnabled(boolean) from View.

提交回复
热议问题