Procházet zdrojové kódy

[카테고리메인][Common] 이미지 dim layer 하나로 통일

Hasemi před 7 roky
rodič
revize
387a717668

+ 0 - 8
app/src/main/res/drawable/image_dim.xml

@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-  <item>
-    <shape android:shape="rectangle">
-      <solid android:color="#00000000"/>
-    </shape>
-  </item>
-</selector>

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

@@ -19,11 +19,6 @@
   <android.support.constraint.ConstraintLayout
     android:layout_width="match_parent"
     android:layout_height="match_parent"
-    android:background="@drawable/image_dim"
-    />
-  <android.support.constraint.ConstraintLayout
-    android:layout_width="match_parent"
-    android:layout_height="157dp"
     app:layout_constraintBottom_toBottomOf="parent"
     android:background="@drawable/rectangle_dim"
     >

+ 0 - 6
app/src/main/res/layout/main_first_category_grid_view.xml

@@ -11,17 +11,11 @@
     android:layout_width="match_parent"
     android:layout_height="match_parent"
     android:scaleType="centerCrop"
-    android:background="@drawable/image_dim"
     app:srcCompat="@drawable/img_bestbucket_1"/>
 
   <android.support.constraint.ConstraintLayout
     android:layout_width="match_parent"
     android:layout_height="match_parent"
-    android:background="@drawable/image_dim"
-    />
-  <android.support.constraint.ConstraintLayout
-    android:layout_width="match_parent"
-    android:layout_height="130dp"
     app:layout_constraintBottom_toBottomOf="parent"
     android:background="@drawable/rectangle_dim"
     >

+ 1 - 6
app/src/main/res/layout/main_second_category_default_image_view.xml

@@ -13,15 +13,10 @@
     android:scaleType="centerCrop"
     tools:src="@drawable/mymain_bucket_banner_3"
     />
-  <android.support.constraint.ConstraintLayout
-    android:layout_width="match_parent"
-    android:layout_height="match_parent"
-    android:background="@drawable/image_dim"
-    />
 
   <android.support.constraint.ConstraintLayout
     android:layout_width="match_parent"
-    android:layout_height="61dp"
+    android:layout_height="match_parent"
     app:layout_constraintBottom_toBottomOf="parent"
     android:background="@drawable/rectangle_dim"
     >

+ 1 - 6
app/src/main/res/layout/main_second_category_full_image_view.xml

@@ -13,15 +13,10 @@
     android:scaleType="centerCrop"
     tools:src="@drawable/mymain_bucket_banner_3"
     />
-  <android.support.constraint.ConstraintLayout
-    android:layout_width="match_parent"
-    android:layout_height="match_parent"
-    android:background="@drawable/image_dim"
-    />
 
   <android.support.constraint.ConstraintLayout
     android:layout_width="match_parent"
-    android:layout_height="205dp"
+    android:layout_height="match_parent"
     app:layout_constraintBottom_toBottomOf="parent"
     android:background="@drawable/rectangle_dim"
     >