|
|
@@ -14,47 +14,61 @@
|
|
|
android:layout_height="match_parent"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
- <RelativeLayout style="@style/style_wc_rl">
|
|
|
-
|
|
|
- <TextView
|
|
|
- style="@style/style_wc_line_title"
|
|
|
- android:text="热门福利" />
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- <android.support.v7.widget.RecyclerView
|
|
|
- android:id="@+id/wc_hot_welfare_list"
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/wc_hot_welfare_list_ll"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content" />
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="10dp"
|
|
|
- android:background="#fff5f5f5" />
|
|
|
+ <RelativeLayout style="@style/style_wc_rl">
|
|
|
|
|
|
- <RelativeLayout style="@style/style_wc_rl">
|
|
|
+ <TextView
|
|
|
+ style="@style/style_wc_line_title"
|
|
|
+ android:text="热门福利" />
|
|
|
+ </RelativeLayout>
|
|
|
|
|
|
- <TextView
|
|
|
- style="@style/style_wc_line_title"
|
|
|
- android:text="下载福利" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/wc_all_welfare"
|
|
|
- style="@style/style_wc_more"
|
|
|
- android:text="全部福利" />
|
|
|
- </RelativeLayout>
|
|
|
+ <android.support.v7.widget.RecyclerView
|
|
|
+ android:id="@+id/wc_hot_welfare_list"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content" />
|
|
|
|
|
|
- <android.support.v7.widget.RecyclerView
|
|
|
- android:id="@+id/wc_download_welfare_list"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:paddingTop="4dp"
|
|
|
- android:paddingBottom="4dp"
|
|
|
- android:layout_height="wrap_content" />
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="10dp"
|
|
|
+ android:background="#fff5f5f5" />
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <View
|
|
|
- android:id="@+id/wc_gift_center_title_line"
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/wc_download_welfare_list_ll"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="10dp"
|
|
|
- android:background="#fff5f5f5" />
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <RelativeLayout style="@style/style_wc_rl">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/style_wc_line_title"
|
|
|
+ android:text="下载福利" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/wc_all_welfare"
|
|
|
+ style="@style/style_wc_more"
|
|
|
+ android:text="全部福利" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <android.support.v7.widget.RecyclerView
|
|
|
+ android:id="@+id/wc_download_welfare_list"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:paddingTop="4dp"
|
|
|
+ android:paddingBottom="4dp" />
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:id="@+id/wc_gift_center_title_line"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="10dp"
|
|
|
+ android:background="#fff5f5f5" />
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/wc_gift_center_title_container"
|