Image does not display in full screen when ImageView is clicked
问题 I wanted to display the full screen of my bitmap image(selected from gallery or captured image) when the imageView is clicked. imageView .setOnClickListener(new OnClickListener() { @Override public void onClick(View v) { if(zoomOut) { Toast.makeText(getApplicationContext(), "NORMAL SIZE!", Toast.LENGTH_LONG).show(); imageView.setLayoutParams(new LinearLayout.LayoutParams(LinearLayout.LayoutParams.WRAP_CONTENT, LinearLayout.LayoutParams.WRAP_CONTENT)); imageView.setAdjustViewBounds(true);