ifly_layout_mnotice_image.xml 451 B

12345678910111213
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:gravity="center_vertical">
  7. <ImageView
  8. android:id="@+id/ifly_mnotice_image_container"
  9. android:layout_width="match_parent"
  10. android:scaleType="fitXY"
  11. android:layout_height="match_parent"/>
  12. </RelativeLayout>