轮播图控件实现

chengzhenyu 8 ans auparavant
Parent
Commettre
c97e9f931c
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  1. 7 0
      app/src/main/res/layout/fragment_recent_photo.xml

+ 7 - 0
app/src/main/res/layout/fragment_recent_photo.xml

@@ -8,6 +8,13 @@
8 8
     android:layout_height="match_parent"
9 9
     android:orientation="vertical">
10 10
 
11
+    <include
12
+        android:id="@+id/banner_tour"
13
+        layout="@layout/include_viewpager"
14
+        android:layout_width="match_parent"
15
+        android:layout_height="120dp"
16
+        android:visibility="gone"/>
17
+
11 18
     <android.support.v4.widget.SwipeRefreshLayout
12 19
         android:id="@+id/swipe_refresh_layout"
13 20
         android:layout_width="match_parent"