-
Notifications
You must be signed in to change notification settings - Fork 870
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels

