ht_coupon_tips_layout.xml 427 字节
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
   android:layout_width="wrap_content"
   android:background="@drawable/ht_bg_tips"
   android:text="代金券金额抵扣最低只可减至1元整!"
   android:gravity="center"
   android:textSize="10sp"
   android:textColor="@color/ht_white"
   android:singleLine="true"
   android:layout_height="wrap_content" />