fragment_screen_protect.xml 812 B

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <AbsoluteLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent">
  5. <!--屏保图片-->
  6. <ImageView
  7. android:id="@+id/screen_protect_img"
  8. android:layout_width="345dp"
  9. android:layout_height="570dp"
  10. android:layout_x="0dp"
  11. android:layout_y="30dp"
  12. android:background="@drawable/index_image" />
  13. <TextView
  14. android:id="@+id/screen_protect_title"
  15. android:layout_width="116.8dp"
  16. android:layout_height="24.32dp"
  17. android:layout_x="114.24dp"
  18. android:layout_y="42.96dp"
  19. android:gravity="center"
  20. android:textColor="@color/white"
  21. android:textSize="20dp" />
  22. </AbsoluteLayout>