Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Kotlin 0.37 KB | None | 0 0
  1. package ru.ctcmedia.moretv.core.customviews
  2.  
  3. import android.content.Context
  4. import android.util.AttributeSet
  5. import androidx.appcompat.widget.AppCompatCheckBox
  6. import ru.ctcmedia.moretv.R
  7.  
  8. class CheckBoxView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = R.style.check_box) : AppCompatCheckBox(context, attrs, defStyleAttr)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement