activity_main.xml 1007 B

1234567891011121314151617181920212223242526272829
  1. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2. xmlns:tools="http://schemas.android.com/tools"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent" >
  5. <Button
  6. android:id="@+id/Button_anniu"
  7. android:layout_width="match_parent"
  8. android:layout_height="wrap_content"
  9. android:text="支付界面" />
  10. <!--
  11. <Button android:id="@+id/Button_5"
  12. android:layout_width="match_parent"
  13. android:layout_height="wrap_content"
  14. android:text="5" />
  15. <Button android:id="@+id/Button_2"
  16. android:layout_width="match_parent"
  17. android:layout_height="wrap_content"
  18. android:layout_below="@id/Button_5"
  19. android:text="2" />
  20. <Button android:id="@+id/Button_10"
  21. android:layout_width="match_parent"
  22. android:layout_height="wrap_content"
  23. android:text="10"
  24. android:layout_below="@id/Button_2" />
  25. -->
  26. </RelativeLayout>