Skip to content

Commit

Permalink
perf: 优化代码
Browse files Browse the repository at this point in the history
  • Loading branch information
limuyang2 committed Jul 4, 2023
1 parent 09fc163 commit 405c68f
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions photolibrary/src/main/res/layout/l_pp_fragment_preview_item.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<com.davemorrissey.labs.subscaleview.SubsamplingScaleImageView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/photoView"
android:layout_width="match_parent"
android:layout_height="match_parent">


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

</LinearLayout>
android:layout_height="match_parent" />

0 comments on commit 405c68f

Please sign in to comment.