ej_activity_real_name.xml 517 B

123456789101112131415
  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="@drawable/ej_shape_login_background"
  6. android:orientation="vertical">
  7. <include layout="@layout/ej_dialog_title" />
  8. <FrameLayout
  9. android:id="@+id/ej_container"
  10. android:layout_width="match_parent"
  11. android:layout_height="match_parent" />
  12. </FrameLayout>