我有HorizontalScrollView
。
在此视图中,我将View.GONE
更改为View.VISIBLE
,将View.VISIBLE
更改为View.GONE
。
当我将View.VISIBLE
传递给View.GONE
时,我没有遇到任何问题,但是,当我将View.GONE
更改为View.VISIBLE
时,它无效。
我在特定的函数HorizontalScrollView
中执行此操作:
protected void onLayout(boolean changed, int left, int top, int right, int bottom)
我访问这些按钮,引用另一个声明它们的类。
知道问题是什么? 谢谢;)