pay_main.xml 580 B

123456789101112131415161718
  1. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2. xmlns:tools="http://schemas.android.com/tools"
  3. android:layout_width="fill_parent"
  4. android:layout_height="fill_parent"
  5. android:orientation="vertical"
  6. android:gravity="center_horizontal"
  7. android:background="#FFFFFF">
  8. <fragment
  9. android:id="@+id/fragment"
  10. android:name="com.yihucha.hbyhc.alipay.ExternalFragment"
  11. android:layout_width="fill_parent"
  12. android:layout_height="wrap_content"
  13. tools:layout="@layout/pay_external" />
  14. </LinearLayout>