liujiangyao лет назад: 8
Родитель
Сommit
c9f080a8fc
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      app/src/main/res/layout/homepage_act_layout.xml

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

@@ -5,7 +5,7 @@
     android:clipChildren="true"
     android:background="@color/bg_gray">
 
-    <com.sheep.gamegroup.view.customview.SheepmSwipeRefreshLayout
+    <com.sheep.gamegroup.util.SheepSwipeRefreshLayout
         android:id="@+id/refresh"
         android:layout_width="match_parent"
         android:layout_height="wrap_content">
@@ -61,7 +61,7 @@
                 android:paddingRight="@dimen/content_padding_10"/>
         </LinearLayout>
     </ScrollView>
-    </com.sheep.gamegroup.view.customview.SheepmSwipeRefreshLayout>
+    </com.sheep.gamegroup.util.SheepSwipeRefreshLayout>
 
     <com.kfzs.duanduan.view.DragRelativeLayout
         android:id="@+id/newbie_task"