Преглед изворни кода

[카테고리메인][Common] 카테고리 메인 각 배너마다 dim 추가

Hasemi пре 7 година
родитељ
комит
53f740375f

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

@@ -4,6 +4,11 @@
   android:layout_width="match_parent"
   android:layout_height="wrap_content">
 
+  <View
+    android:layout_width="match_parent"
+    android:layout_height="122dp"
+    android:background="@drawable/rectangle_dim_c80cccccc"
+    />
 <kr.co.zumo.app.lifeplus.view.custom.main.banner.MainBannerView
   android:id="@+id/main_banner_view_first_category"
   android:layout_width="match_parent"

+ 4 - 0
app/src/main/res/layout/main_fourth_category_banner_view.xml

@@ -4,6 +4,10 @@
   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_c80cccccc"/>
   <kr.co.zumo.app.lifeplus.view.custom.main.banner.MainBannerView
     android:id="@+id/main_banner_view_first_category"
     android:layout_width="match_parent"

+ 4 - 0
app/src/main/res/layout/main_third_category_banner_view.xml

@@ -4,6 +4,10 @@
   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_c80cccccc"/>
   <kr.co.zumo.app.lifeplus.view.custom.main.banner.MainBannerView
     android:id="@+id/main_banner_view_first_category"
     android:layout_width="match_parent"