Skip to content

Commit

Permalink
Swap play button to front -_-
Browse files Browse the repository at this point in the history
  • Loading branch information
trustratch committed Nov 24, 2021
1 parent a50239e commit edd29c0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions matisse/src/main/res/layout/fragment_preview_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@
android:layout_width="match_parent"
android:layout_height="match_parent">

<com.davemorrissey.labs.subscaleview.SubsamplingScaleImageView
android:id="@+id/image_view_long"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="visible" />

<ImageView
android:id="@+id/video_play_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:src="@drawable/ic_play_circle_outline_white_48dp" />

<com.davemorrissey.labs.subscaleview.SubsamplingScaleImageView
android:id="@+id/image_view_long"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="visible" />

<it.sephiroth.android.library.imagezoom.ImageViewTouch
android:id="@+id/image_view"
android:layout_width="match_parent"
Expand Down

0 comments on commit edd29c0

Please sign in to comment.