We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The below code Image shows a full screen with and height
<androidx.appcompat.widget.AppCompatImageView android:layout_width="match_parent" android:layout_height="wrap_content" android:adjustViewBounds="true" />
after a change to touchImageview
<com.ortiz.touchview.TouchImageView android:layout_width="match_parent" android:layout_height="wrap_content" android:adjustViewBounds="true" />
Image only full height, not full width screen
how to fix this, please help me.
The text was updated successfully, but these errors were encountered:
Please share origin image, or best, please make a pull request with your image by simple change this https://github.com/MikeOrtiz/TouchImageView/blob/master/app/src/main/res/drawable/nature_1.jpg to yours.
I hope it will help me to understand what's wrong here
Sorry, something went wrong.
No branches or pull requests
The below code Image shows a full screen with and height
after a change to touchImageview
Image only full height, not full width screen
how to fix this, please help me.
The text was updated successfully, but these errors were encountered: