x7_pay_for_mycard.xml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  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="wrap_content"
  5. android:gravity="center"
  6. android:orientation="vertical">
  7. <ImageView
  8. android:layout_width="wrap_content"
  9. android:layout_height="wrap_content"
  10. android:paddingTop="20dp"
  11. android:src="@drawable/x7_icon_selected_mark_50" />
  12. <TextView
  13. android:layout_width="wrap_content"
  14. android:layout_height="wrap_content"
  15. android:layout_marginTop="16dp"
  16. android:text="@string/x7_pay_success"
  17. android:textColor="@color/x7_text_green" />
  18. <TextView
  19. android:layout_width="wrap_content"
  20. android:layout_height="wrap_content"
  21. android:layout_marginTop="16dp"
  22. android:gravity="center_horizontal"
  23. android:lineSpacingExtra="2dp"
  24. android:text="@string/x7_pay_for_my_card_success"
  25. android:textColor="@color/x7_text_black6" />
  26. <Button
  27. android:id="@+id/btn_know_for_pay"
  28. style="@style/X7BtnClickStyle"
  29. android:layout_marginTop="50dp"
  30. android:text="@string/x7_know" />
  31. </LinearLayout>