Переглянути джерело

[카테고리메인][Common] 카테고리 메인 딤 영역 추가

Hasemi 7 роки тому
батько
коміт
40258416a2

+ 5 - 4
app/src/main/res/layout/main_first_category_banner_view.xml

@@ -4,14 +4,15 @@
   android:layout_width="match_parent"
   android:layout_height="wrap_content">
 
+
+<kr.co.zumo.app.lifeplus.view.custom.category.banner.MainBannerView
+  android:id="@+id/main_banner_view_first_category"
+  android:layout_width="match_parent"
+  android:layout_height="122dp"/>
   <View
     android:layout_width="match_parent"
     android:layout_height="122dp"
     android:background="@drawable/rectangle_dim_black_50_gradation"
     />
-<kr.co.zumo.app.lifeplus.view.custom.category.banner.MainBannerView
-  android:id="@+id/main_banner_view_first_category"
-  android:layout_width="match_parent"
-  android:layout_height="122dp"/>
 
 </android.support.constraint.ConstraintLayout>

+ 5 - 5
app/src/main/res/layout/main_fourth_category_banner_view.xml

@@ -4,13 +4,13 @@
   android:layout_width="match_parent"
   android:layout_height="wrap_content">
 
-  <View
-    android:layout_width="match_parent"
-    android:layout_height="150dp"
-    android:background="@drawable/rectangle_dim_black_50_gradation"/>
+
   <kr.co.zumo.app.lifeplus.view.custom.category.banner.MainBannerView
     android:id="@+id/main_banner_view_first_category"
     android:layout_width="match_parent"
     android:layout_height="150dp"/>
-
+  <View
+    android:layout_width="match_parent"
+    android:layout_height="150dp"
+    android:background="@drawable/rectangle_dim_black_50_gradation"/>
 </android.support.constraint.ConstraintLayout>

+ 5 - 5
app/src/main/res/layout/main_third_category_banner_view.xml

@@ -4,13 +4,13 @@
   android:layout_width="match_parent"
   android:layout_height="wrap_content">
 
-  <View
-    android:layout_width="match_parent"
-    android:layout_height="150dp"
-    android:background="@drawable/rectangle_dim_black_50_gradation"/>
+
   <kr.co.zumo.app.lifeplus.view.custom.category.banner.MainBannerView
     android:id="@+id/main_banner_view_first_category"
     android:layout_width="match_parent"
     android:layout_height="150dp"/>
-
+  <View
+    android:layout_width="match_parent"
+    android:layout_height="150dp"
+    android:background="@drawable/rectangle_dim_black_50_gradation"/>
 </android.support.constraint.ConstraintLayout>