Hi i am trying to figure out the error but still i couldn't :(. Following is the link to get my activity layout xml.(i am sorry SO didn't allow me to write it here because of character limit :( )
The problem is when i set visibility of "main" layout to visible and all others to invisible (which is what i want to do) the buttons "bilateral" and "guassianblur" not appearing just black space for those buttons appears. other buttons appearing good. i tried changing the size parameters but still no luck. can anybody guide me through this? following is the way i set visibility
mainview.setVisibility(View.VISIBLE);
lightview.setVisibility(View.INVISIBLE);
colorview.setVisibility(View.INVISIBLE);
dilateview.setVisibility(View.INVISIBLE);
erodeview.setVisibility(View.INVISIBLE);
blurview.setVisibility(View.INVISIBLE);
medianview.setVisibility(View.INVISIBLE);
guassianfiltering.setVisibility(View.INVISIBLE);
bilateralfiltering.setVisibility(View.INVISIBLE);