how to use one layout in another layout in android studio

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ม.ค. 2025

ความคิดเห็น • 2

  • @dimitrilemoing9682
    @dimitrilemoing9682 2 ปีที่แล้ว +2

    Hello, thank you,
    Can you help me ?
    That work for me, I can add the view.
    But, how to move with viewTouchEvent, or delete this child view ?
    =)

    • @codingerror
      @codingerror  2 ปีที่แล้ว +1

      viewGroup.removeView(child); here child is your child view you created and regarding move with touch event i don't get what you actually want