diff --git a/ring-android/app/src/main/res/layout/fragment_media_viewer.xml b/ring-android/app/src/main/res/layout/fragment_media_viewer.xml index bb8e2e9680847507ab69ac1fd9a570047af61a32..c4cf900c025a51653fed54f1e1b741aa8909fef3 100644 --- a/ring-android/app/src/main/res/layout/fragment_media_viewer.xml +++ b/ring-android/app/src/main/res/layout/fragment_media_viewer.xml @@ -19,5 +19,6 @@ app:zoomage_restrictBounds="true" app:zoomage_translatable="true" app:zoomage_zoomable="true" + app:zoomage_doubleTapToZoom="true" tools:src="@drawable/banner" /> </RelativeLayout>