pb_notice_ad.xml 739 B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="wrap_content"
  4. android:layout_height="wrap_content"
  5. android:orientation="vertical" >
  6. <ImageView
  7. android:id="@+id/pb_notice_ad_close"
  8. android:layout_width="wrap_content"
  9. android:layout_height="wrap_content"
  10. android:layout_gravity="right"
  11. android:src="@drawable/pb_dialog_close" />
  12. <ImageView
  13. android:id="@+id/pb_notice_ad_img"
  14. android:layout_width="290dip"
  15. android:layout_height="435dip"
  16. android:layout_marginTop="10dip"
  17. android:background="#d5000000"
  18. android:scaleType="fitXY" />
  19. </LinearLayout>