cy_payitem.xml 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:background="@drawable/cygraynessrect_gray"
  6. android:gravity="center"
  7. android:orientation="vertical" >
  8. <LinearLayout
  9. android:layout_width="match_parent"
  10. android:layout_height="wrap_content"
  11. android:background="@drawable/cy_pya"
  12. android:id="@+id/payli"
  13. android:orientation="horizontal" >
  14. <ImageView
  15. android:id="@+id/payimage"
  16. android:layout_width="40dp"
  17. android:layout_height="40dp"
  18. android:layout_margin="5dp"
  19. android:background="@drawable/cy_alipay" />
  20. <TextView
  21. android:id="@+id/payname"
  22. android:layout_width="wrap_content"
  23. android:layout_height="wrap_content"
  24. android:layout_gravity="center_vertical"
  25. android:padding="5sp"
  26. android:text="支付宝"
  27. android:textColor="@color/qyfont_black"
  28. android:textSize="15sp" />
  29. </LinearLayout>
  30. </LinearLayout>