写真のズームイン/ズームアウトに TouchImageView を使用しています。ただし、TouchImageView.java の追加を完了し、xml でカスタムビューの作成に進んだ後、表示されませんでした。以下は私のxmlファイルです:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/cast_expanded_controller_background_color"
android:id="@+id/Rlay">
<com.example.zhen.myggwpapp.TouchImageView
android:layout_height="350dp"
android:id="@+id/iv_preview_image"
android:layout_width="match_parent"
android:scaleType="matrix"
android:layout_centerVertical="true"
android:layout_alignParentStart="true" /></RelativeLayout>