mio_item_pay.xml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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="90dp"
  5. android:background="@drawable/mio_selector_mipayment_item">
  6. <ImageView
  7. android:id="@+id/iv_logo"
  8. android:layout_width="33.3dp"
  9. android:layout_height="33.3dp"
  10. android:layout_alignParentLeft="true"
  11. android:layout_centerVertical="true"
  12. android:layout_marginLeft="30dp"
  13. android:src="@drawable/mio_mipay_payment_wx"
  14. />
  15. <TextView
  16. android:id="@+id/tv_name"
  17. android:layout_width="wrap_content"
  18. android:layout_height="wrap_content"
  19. android:ellipsize="end"
  20. android:singleLine="true"
  21. android:textColor="#FF000000"
  22. android:textSize="14.1sp"
  23. android:layout_centerVertical="true"
  24. android:layout_toRightOf="@id/iv_logo"
  25. android:layout_marginLeft="13.3dp"
  26. android:text="Wechat pay(微信支付)"
  27. />
  28. <ImageView
  29. android:id="@+id/act_item_arrow"
  30. android:layout_width="6.66dp"
  31. android:layout_height="13.3dp"
  32. android:layout_alignParentRight="true"
  33. android:layout_centerVertical="true"
  34. android:background="@drawable/mio_mipay_payment_arrow"
  35. android:contentDescription="@+id/act_item_arrow"
  36. android:layout_marginRight="30dp"
  37. />
  38. </RelativeLayout>