ImageView on Android is it possible to zoom? [duplicate]

0

In ImageView , you can zoom in on the image in the ImageView field defined.

        <ImageView
        android:id="@+id/imageView1"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:src="@drawable/ic_launcher" />  
    
asked by anonymous 03.02.2016 / 00:41

0 answers