Guest User

Untitled

a guest
Nov 19th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. <RelativeLayout
  2. android:id="@+id/fire_work_view_container"
  3. android:layout_width="240dp"
  4. android:layout_height="240dp"
  5. android:background="#408f"
  6. ads:layout_constraintBottom_toBottomOf="@+id/thank_button"
  7. ads:layout_constraintLeft_toLeftOf="@+id/thank_button"
  8. ads:layout_constraintRight_toRightOf="@+id/thank_button"
  9. ads:layout_constraintTop_toTopOf="@+id/thank_button">
  10.  
  11. <com.ilyinp.valutetracker.widget.fireworksview.FireWorksSurface
  12. android:id="@+id/fire_work_view"
  13. android:layout_width="match_parent"
  14. android:layout_height="match_parent"
  15. android:padding="8dp" />
  16.  
  17. <View
  18. android:layout_width="100dp"
  19. android:layout_height="100dp"
  20. android:background="#000" />
  21. </RelativeLayout>
  22.  
  23. init {
  24. holder.setFormat(PixelFormat.TRANSPARENT)
  25. setZOrderOnTop(true)
  26. }
Add Comment
Please, Sign In to add comment