tysdkn_listview_head.xml 559 B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="wrap_content"
  5. >
  6. <TextView
  7. android:id="@+id/tysdkn_recharge_gift_tv"
  8. android:layout_width="70dp"
  9. android:layout_height="24dp"
  10. android:text="充值礼包"
  11. android:background="@drawable/tysdkn_gift_orange_bg"
  12. android:textSize="13sp"
  13. android:textColor="#FFFFFF"
  14. />
  15. </RelativeLayout>