thkouk00

more fixes in home

...@@ -2,10 +2,6 @@ ...@@ -2,10 +2,6 @@
2 <shape xmlns:android="http://schemas.android.com/apk/res/android"> 2 <shape xmlns:android="http://schemas.android.com/apk/res/android">
3 <solid android:color="#ffffffff"/> 3 <solid android:color="#ffffffff"/>
4 4
5 - <stroke
6 - android:width="1.5dp"
7 - android:color="#3C464F" />
8 -
9 <padding 5 <padding
10 android:left="1dp" 6 android:left="1dp"
11 android:top="1dp" 7 android:top="1dp"
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
5 android:layout_width="@dimen/width_full" 5 android:layout_width="@dimen/width_full"
6 android:layout_height="@dimen/height_carousel" 6 android:layout_height="@dimen/height_carousel"
7 android:layout_marginLeft="10dp" 7 android:layout_marginLeft="10dp"
8 + android:elevation="2dp"
8 android:background="@drawable/bottom_border"> 9 android:background="@drawable/bottom_border">
9 10
10 <LinearLayout 11 <LinearLayout
......
...@@ -8,8 +8,7 @@ ...@@ -8,8 +8,7 @@
8 8
9 <RelativeLayout 9 <RelativeLayout
10 android:layout_width="match_parent" 10 android:layout_width="match_parent"
11 - android:layout_height="match_parent" 11 + android:layout_height="match_parent">
12 - android:paddingBottom="24dp">
13 12
14 <androidx.constraintlayout.widget.ConstraintLayout 13 <androidx.constraintlayout.widget.ConstraintLayout
15 android:id="@+id/rl_header" 14 android:id="@+id/rl_header"
...@@ -121,8 +120,7 @@ ...@@ -121,8 +120,7 @@
121 android:id="@+id/rl_home_coupons" 120 android:id="@+id/rl_home_coupons"
122 android:layout_width="match_parent" 121 android:layout_width="match_parent"
123 android:layout_height="wrap_content" 122 android:layout_height="wrap_content"
124 - android:layout_below="@id/rl_home_campaigns" 123 + android:layout_below="@id/rl_home_campaigns">
125 - android:background="@drawable/shape_cos_gradient_coupons_bg">
126 124
127 <androidx.recyclerview.widget.RecyclerView 125 <androidx.recyclerview.widget.RecyclerView
128 android:id="@+id/rv_home_coupons" 126 android:id="@+id/rv_home_coupons"
...@@ -160,7 +158,7 @@ ...@@ -160,7 +158,7 @@
160 android:layout_height="110dp" 158 android:layout_height="110dp"
161 android:layout_below="@id/hsv_title" 159 android:layout_below="@id/hsv_title"
162 android:background="@android:color/white" 160 android:background="@android:color/white"
163 - android:paddingBottom="10dp" 161 + android:paddingBottom="15dp"
164 android:scrollbars="none"> 162 android:scrollbars="none">
165 163
166 <LinearLayout 164 <LinearLayout
......