My FrameLayout
have few EditText
s 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.
My FrameLayout
have few EditText
s 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.