item_entrance_077a.xml 602 B

1234567891011121314151617181920
  1. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2. xmlns:app="http://schemas.android.com/apk/res-auto"
  3. xmlns:tools="http://schemas.android.com/tools"
  4. android:id="@+id/content_view"
  5. android:layout_width="match_parent"
  6. android:layout_height="match_parent"
  7. tools:ignore="MissingDefaultResource"
  8. >
  9. <ImageView
  10. android:id="@+id/iv_bg"
  11. android:layout_width="@dimen/convert_280px"
  12. android:layout_height="@dimen/convert_450px"
  13. android:layout_centerInParent="true"
  14. android:scaleType="fitXY" />
  15. </RelativeLayout>