Skip to content

Instantly share code, notes, and snippets.

@nein37
Created September 16, 2014 09:51
Show Gist options
  • Save nein37/6b097eec25e78b1fa275 to your computer and use it in GitHub Desktop.
Save nein37/6b097eec25e78b1fa275 to your computer and use it in GitHub Desktop.
if(getActivity() instanceof OnClickListener){
getActivity().findViewById(R.id.hogehoge).setOnClickListener((OnClickListener)getActivity());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment