thkouk00

more fixes in home

......@@ -2,10 +2,6 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#ffffffff"/>
<stroke
android:width="1.5dp"
android:color="#3C464F" />
<padding
android:left="1dp"
android:top="1dp"
......
......@@ -5,6 +5,7 @@
android:layout_width="@dimen/width_full"
android:layout_height="@dimen/height_carousel"
android:layout_marginLeft="10dp"
android:elevation="2dp"
android:background="@drawable/bottom_border">
<LinearLayout
......
......@@ -8,8 +8,7 @@
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="24dp">
android:layout_height="match_parent">
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/rl_header"
......@@ -121,8 +120,7 @@
android:id="@+id/rl_home_coupons"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/rl_home_campaigns"
android:background="@drawable/shape_cos_gradient_coupons_bg">
android:layout_below="@id/rl_home_campaigns">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_home_coupons"
......@@ -160,7 +158,7 @@
android:layout_height="110dp"
android:layout_below="@id/hsv_title"
android:background="@android:color/white"
android:paddingBottom="10dp"
android:paddingBottom="15dp"
android:scrollbars="none">
<LinearLayout
......