0

My FrameLayout have few EditTexts and I want them to drop focus when I'm touching FrameLayout. Is that possible and how?

I'm tried to set android:focusable to true, but with no luck.

4

1 回答 1

0

In addition to what I've done it's required to call requestFocus() on FrameLayout.

于 2012-11-22T11:22:51.813 回答