I have a sliding menu project and inside home layout another layout is called as a fragment :
this is the HomeFragment.java :
package info.androidhiv
first...you should findView in rootView such as
btnCheckFalAction = (Button) rootView.findViewById(R.id.btnCheckFal);
then you can finish Button's operation