com_tencent_ysdk_ad.xml 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:background="@android:color/white"
  6. android:focusable="true"
  7. android:focusableInTouchMode="true"
  8. android:gravity="center">
  9. <ImageView
  10. android:id="@+id/com_tencent_ysdk_ad_imageView"
  11. android:layout_width="match_parent"
  12. android:layout_height="match_parent"
  13. android:layout_centerInParent="true"
  14. android:clickable="true"
  15. android:src="@android:color/transparent" />
  16. <TextView
  17. android:id="@+id/com_tencent_ysdk_ad_jumpover"
  18. android:layout_width="wrap_content"
  19. android:layout_height="wrap_content"
  20. android:layout_alignParentRight="true"
  21. android:layout_alignParentTop="true"
  22. android:layout_marginRight="32dp"
  23. android:layout_marginTop="32dp"
  24. android:background="#e0e3e3e3"
  25. android:paddingBottom="8dp"
  26. android:paddingLeft="24dp"
  27. android:paddingRight="24dp"
  28. android:paddingTop="8dp"
  29. android:text="跳过"
  30. android:textColor="#e0404040"
  31. android:textSize="9sp" />
  32. </RelativeLayout><!-- From: file:/data1/rdm/projects/18500/ysdk/src/main/res/layout/com_tencent_ysdk_ad.xml -->