Showing
2 changed files
with
5 additions
and
3 deletions
... | @@ -327,7 +327,9 @@ | ... | @@ -327,7 +327,9 @@ |
327 | android:layout_marginTop="16dp" | 327 | android:layout_marginTop="16dp" |
328 | android:textSize="16sp" | 328 | android:textSize="16sp" |
329 | android:textColor="@color/cos_gray" | 329 | android:textColor="@color/cos_gray" |
330 | - android:visibility="gone" /> | 330 | + android:visibility="gone" |
331 | + tools:text="@string/cos_coupon_date" | ||
332 | + tools:visibility="visible"/> | ||
331 | </RelativeLayout> | 333 | </RelativeLayout> |
332 | </LinearLayout> | 334 | </LinearLayout> |
333 | </ScrollView> | 335 | </ScrollView> | ... | ... |
... | @@ -141,11 +141,11 @@ | ... | @@ -141,11 +141,11 @@ |
141 | android:layout_width="wrap_content" | 141 | android:layout_width="wrap_content" |
142 | android:layout_height="wrap_content" | 142 | android:layout_height="wrap_content" |
143 | android:layout_below="@+id/ll_terms_inner" | 143 | android:layout_below="@+id/ll_terms_inner" |
144 | - android:layout_marginHorizontal="64dp" | 144 | + android:layout_marginHorizontal="32dp" |
145 | android:layout_marginTop="16dp" | 145 | android:layout_marginTop="16dp" |
146 | android:textColor="@color/cos_gray" | 146 | android:textColor="@color/cos_gray" |
147 | - android:visibility="gone" | ||
148 | android:textSize="16sp" | 147 | android:textSize="16sp" |
148 | + android:visibility="gone" | ||
149 | tools:text="@string/cos_coupon_date" | 149 | tools:text="@string/cos_coupon_date" |
150 | tools:visibility="visible" /> | 150 | tools:visibility="visible" /> |
151 | </RelativeLayout> | 151 | </RelativeLayout> | ... | ... |
-
Please register or login to post a comment