Android Studio Tutorial {Custom CheckBox} #7.1

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ธ.ค. 2024

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

  • @manashharshvardhan5007
    @manashharshvardhan5007 3 ปีที่แล้ว

    Thanx 👍

  • @DiabloZq
    @DiabloZq 3 ปีที่แล้ว

    tnx you :)

  • @manashharshvardhan5007
    @manashharshvardhan5007 3 ปีที่แล้ว

    Bro When I use this the color of the image changed to black and white .Do yo have any solution for this?

    • @TheNaderpop
      @TheNaderpop 3 ปีที่แล้ว

      try to do this it will be fixed.
      change android:button="@drawable/custom_checkbox"
      by this:-
      android:button="@null"
      android:drawableStart="@drawable/custom_checkbox"
      android:drawablePadding="6dp"

    • @TheNaderpop
      @TheNaderpop 3 ปีที่แล้ว

      or follow up this video will fix all the problem>>
      th-cam.com/video/AdlxIdYus14/w-d-xo.html

    • @manashharshvardhan5007
      @manashharshvardhan5007 3 ปีที่แล้ว

      ​@@TheNaderpop​Thanks buddy I will try this.