c532c10950a6d287fa2d727606632096904904f0.svn-base 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto"
  4. xmlns:tools="http://schemas.android.com/tools"
  5. android:layout_width="match_parent"
  6. android:layout_height="match_parent"
  7. android:orientation="vertical"
  8. tools:context=".ui.launcher.LauncherActivity">
  9. <ImageView
  10. android:id="@+id/iv_launcher_bg"
  11. android:layout_width="match_parent"
  12. android:layout_height="match_parent"
  13. android:scaleType="fitXY"
  14. android:src="@mipmap/bg_launcher" />
  15. <ImageView
  16. android:layout_gravity="center_horizontal"
  17. android:layout_marginTop="110dp"
  18. android:src="@mipmap/iv_evvm_lcon"
  19. android:layout_width="166dp"
  20. android:layout_height="148dp" />
  21. <TextView
  22. android:textSize="13.44sp"
  23. android:layout_gravity="bottom|center_horizontal"
  24. android:layout_marginBottom="48dp"
  25. android:layout_width="wrap_content"
  26. android:layout_height="wrap_content"
  27. android:text="版本号 V1.0.0"/>
  28. </FrameLayout>