Answer the question
In order to leave comments, you need to log in
How to specify an image for the used library in MainActivity?
Implemented a library for working with an image in the builder
implementation 'com.davemorrissey.labs:subsampling-scale-image-view:3.10.0'
...
<com.davemorrissey.labs.subscaleview.SubsamplingScaleImageView
android:layout_width="match_parent"
android:layout_height="match_parent"
app:src="@drawable/arco">
</com.davemorrissey.labs.subscaleview.SubsamplingScaleImageView>
...
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question