thkouk00

home coupon recycler fix separator

...@@ -102,8 +102,7 @@ ...@@ -102,8 +102,7 @@
102 android:id="@+id/rl_home_coupons" 102 android:id="@+id/rl_home_coupons"
103 android:layout_width="match_parent" 103 android:layout_width="match_parent"
104 android:layout_height="wrap_content" 104 android:layout_height="wrap_content"
105 - android:layout_below="@id/rl_home_campaigns" 105 + android:layout_below="@id/rl_home_campaigns">
106 - android:paddingHorizontal="15dp">
107 <androidx.recyclerview.widget.RecyclerView 106 <androidx.recyclerview.widget.RecyclerView
108 android:id="@+id/rv_home_coupons" 107 android:id="@+id/rv_home_coupons"
109 android:layout_width="match_parent" 108 android:layout_width="match_parent"
...@@ -111,6 +110,7 @@ ...@@ -111,6 +110,7 @@
111 android:layout_marginBottom="8dp" 110 android:layout_marginBottom="8dp"
112 android:clipToPadding="false" 111 android:clipToPadding="false"
113 android:orientation="horizontal" 112 android:orientation="horizontal"
113 + android:paddingStart="10dp"
114 android:paddingEnd="10dp"/> 114 android:paddingEnd="10dp"/>
115 </LinearLayout> 115 </LinearLayout>
116 116
......