ej_activity_pay.xml 471 B

1234567891011121314
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:background="@color/ej_common_background">
  6. <FrameLayout
  7. android:id="@+id/ej_container"
  8. android:layout_width="match_parent"
  9. android:layout_height="match_parent"/>
  10. <include layout="@layout/ej_dialog_title"/>
  11. </FrameLayout>