12345678910111213141516171819202122 |
- <?xml version="1.0" encoding="utf-8"?>
- <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- >
- <TextView
- android:id="@+id/tysdkn_recharge_gift_tv"
- android:layout_width="70dp"
- android:layout_height="24dp"
- android:text="充值礼包"
- android:background="@drawable/tysdkn_gift_orange_bg"
- android:textSize="13sp"
- android:textColor="#FFFFFF"
- />
- </RelativeLayout>
|