We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dedbe02 commit 890f753Copy full SHA for 890f753
fontview/src/main/java/com/taleb/fontview/FontCheckBox.kt
@@ -4,12 +4,7 @@ import android.content.Context
4
import android.graphics.Typeface
5
import android.util.AttributeSet
6
import android.widget.CheckBox
7
-
8
-<<<<<<< HEAD
9
open class FontCheckBox: CheckBox {
10
-=======
11
-class FontCheckBox: CheckBox {
12
->>>>>>> master
13
14
constructor(context: Context) : super(context){
15
init(context,null)
0 commit comments