Showing
1 changed file
with
2 additions
and
1 deletions
... | @@ -121,7 +121,8 @@ | ... | @@ -121,7 +121,8 @@ |
121 | android:id="@+id/rl_home_coupons" | 121 | android:id="@+id/rl_home_coupons" |
122 | android:layout_width="match_parent" | 122 | android:layout_width="match_parent" |
123 | android:layout_height="wrap_content" | 123 | android:layout_height="wrap_content" |
124 | - android:layout_below="@id/rl_home_campaigns"> | 124 | + android:layout_below="@id/rl_home_campaigns" |
125 | + android:background="@drawable/shape_cos_gradient_coupons_bg"> | ||
125 | 126 | ||
126 | <androidx.recyclerview.widget.RecyclerView | 127 | <androidx.recyclerview.widget.RecyclerView |
127 | android:id="@+id/rv_home_coupons" | 128 | android:id="@+id/rv_home_coupons" | ... | ... |
-
Please register or login to post a comment