Skip to content

adjustViewBounds = true not work #478

@phanvandinh

Description

@phanvandinh

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.
image2
image3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions