tysdkn_recharge_choose_bg.xml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="85dp"
  4. android:layout_height="29dp"
  5. android:layout_marginTop="103dp"
  6. android:layout_marginRight="9dp"
  7. android:layout_alignParentRight="true"
  8. android:id="@+id/tysdkn_rl_root"
  9. >
  10. <ImageView
  11. android:layout_width="16dp"
  12. android:layout_height="16dp"
  13. android:background="@drawable/tysdkn_recharge_yubi"
  14. android:layout_marginLeft="12dp"
  15. android:layout_centerVertical="true"
  16. />
  17. <TextView
  18. android:layout_width="wrap_content"
  19. android:layout_height="wrap_content"
  20. android:text="宇币支付"
  21. android:textSize="8sp"
  22. android:textColor="#ffffff"
  23. android:layout_centerVertical="true"
  24. android:layout_marginLeft="33dp"
  25. />
  26. <ImageView
  27. android:id="@+id/tysdkn_rl_root_img"
  28. android:layout_width="12dp"
  29. android:layout_height="12dp"
  30. android:background="@drawable/tysdkn_rechargetype_select"
  31. android:layout_alignParentBottom="true"
  32. android:layout_alignParentRight="true"
  33. />
  34. </RelativeLayout>