OnClickListener stopped working, when I clicked it says: ViewPostImeInputStage ACTION_DOWN tried to wrap the Layout in another,
<FrameLayout> <--- родительский Layout <RelativeLayout> // содержание здесь </RelativeLayout> </FrameLayout> I also tried to make my onClickListener () to each element:
btnLocation.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { } }); But still does not work. What to do in this situation?
paddingfor yourbtnLocation- mitandroid:clickable="true"forRelativeLayout- YuriiSPb ♦