x7_pay_purse.xml 588 B

1234567891011121314151617
  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="match_parent"
  5. android:gravity="center">
  6. <include
  7. android:id="@+id/x7_pay_title"
  8. layout="@layout/x7_activity_title_6" />
  9. <RelativeLayout
  10. android:id="@+id/rl_purse"
  11. android:layout_width="match_parent"
  12. android:layout_height="match_parent"
  13. android:layout_below="@id/x7_pay_title"
  14. android:gravity="center" />
  15. </RelativeLayout>