Browse Source

调整文件位置

zk 1 year ago
parent
commit
8a36b140b8

+ 1 - 1
app/src/main/java/com/datarecovery/master/utils/WatermarkView.java

@@ -1,4 +1,4 @@
-package com.datarecovery.master.utils;
+package com.datarecovery.master.widget;
 
 
 import android.content.Context;
 import android.content.Context;
 import android.content.res.TypedArray;
 import android.content.res.TypedArray;

+ 1 - 1
app/src/main/res/layout/activity_preview.xml

@@ -73,7 +73,7 @@
                     android:layout_height="wrap_content"
                     android:layout_height="wrap_content"
                     android:layout_centerInParent="true" />
                     android:layout_centerInParent="true" />
 
 
-                <com.datarecovery.master.utils.WatermarkView
+                <com.datarecovery.master.widget.WatermarkView
                     android:id="@+id/watermark_view"
                     android:id="@+id/watermark_view"
                     android:layout_width="match_parent"
                     android:layout_width="match_parent"
                     android:layout_height="match_parent"
                     android:layout_height="match_parent"

+ 2 - 2
app/src/main/res/layout/item_preview_img.xml

@@ -12,7 +12,7 @@
     </com.github.chrisbanes.photoview.PhotoView>
     </com.github.chrisbanes.photoview.PhotoView>
 
 
 
 
-    <com.datarecovery.master.utils.WatermarkView
+    <com.datarecovery.master.widget.WatermarkView
         android:id="@+id/watermark_view"
         android:id="@+id/watermark_view"
         android:layout_width="match_parent"
         android:layout_width="match_parent"
         android:layout_height="match_parent"
         android:layout_height="match_parent"
@@ -20,6 +20,6 @@
         app:watermark_text="@string/export_without_watermark"
         app:watermark_text="@string/export_without_watermark"
         app:watermark_textSize="14sp">
         app:watermark_textSize="14sp">
 
 
-    </com.datarecovery.master.utils.WatermarkView>
+    </com.datarecovery.master.widget.WatermarkView>
 
 
 </FrameLayout>
 </FrameLayout>