Skip to content

Commit

Permalink
1.修改图片视图控件,新增缩放动画,新增双指旋转图片;2.修复当开启循环滚动模式时,边界切换页面会出现闪屏的问题;
Browse files Browse the repository at this point in the history
  • Loading branch information
13377034701 committed Sep 1, 2023
1 parent 33e80d6 commit 730b4ae
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,13 @@
android:src="@drawable/ic_close_white_30"
android:visibility="visible" />

<Button
android:layout_width="50dp"
android:layout_height="50dp"
android:layout_marginBottom="30dp"
android:layout_gravity="bottom|right"
android:background="@drawable/background_translucent_0"
android:textColor="@color/white"
android:text="· · ·"/>

</FrameLayout>

0 comments on commit 730b4ae

Please sign in to comment.