burst_toast.xml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:layout_width="fill_parent"
  5. android:layout_height="fill_parent"
  6. android:orientation="vertical">
  7. <ImageView
  8. android:layout_width="@dimen/layx480"
  9. android:layout_height="@dimen/layy320"
  10. android:background="@drawable/loadin_bg"/>
  11. <RelativeLayout
  12. android:layout_width="@dimen/layw480"
  13. android:layout_height="@dimen/layw320"
  14. android:orientation="vertical"
  15. android:layout_centerInParent="true" >
  16. <RelativeLayout
  17. android:layout_width="@dimen/layw320"
  18. android:layout_height="@dimen/layw320"
  19. android:orientation="vertical"
  20. android:layout_marginLeft="@dimen/layw5" >
  21. <ImageView
  22. android:id="@+id/busrt"
  23. android:layout_width="fill_parent"
  24. android:layout_height="fill_parent"
  25. android:src="@drawable/burst"
  26. android:layout_centerInParent="true" />
  27. <ImageView
  28. android:id="@+id/gold"
  29. android:layout_width="@dimen/layw160"
  30. android:layout_height="@dimen/layw140"
  31. android:layout_marginLeft="@dimen/layw80"
  32. android:layout_marginTop="@dimen/layw80"/>
  33. </RelativeLayout>
  34. <TextView
  35. android:id="@+id/money"
  36. android:layout_width="@dimen/layw240"
  37. android:layout_height="wrap_content"
  38. android:layout_marginLeft="@dimen/layw225"
  39. android:layout_centerVertical="true"
  40. android:textColor="#ff9d00"
  41. android:textSize="@dimen/layw22"
  42. android:textStyle="bold" />
  43. </RelativeLayout>
  44. </RelativeLayout>