标签: android button view focus
如何对视图上的更改焦点执行操作?特别是当焦点在某个按钮上时,我会改变LinearLayout视图的一些属性。
答案 0 :(得分:1)
我认为onFocusChangeListener可以帮助你:
onFocusChanged(boolean, int, android.graphics.Rect)