app/src/main/res/layout/item_square_photo.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<cn.flightfeather.thirdapp.view.SquarelinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<cn.flightfeather.thirdappmodule.view.SquarelinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical" android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:padding="1dp">
@@ -8,4 +8,4 @@
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:scaleType="centerCrop"/>
</cn.flightfeather.thirdapp.view.SquarelinearLayout>
</cn.flightfeather.thirdappmodule.view.SquarelinearLayout>