Skip to content

Commit 84ca600

Browse files
committed
Add TextView.init()
1 parent 47a5a35 commit 84ca600

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Sources/AndroidWidget/TextView.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ import JavaKitCollection
55
import JavaKitFunction
66
import JavaRuntime
77
import AndroidView
8+
import AndroidContent
89

910
@JavaClass("android.widget.TextView")
1011
open class TextView: AndroidView.View {
12+
13+
@JavaMethod
14+
@_nonoverride public convenience init(_ arg0: AndroidContent.Context?, environment: JNIEnvironment? = nil)
15+
1116
@JavaMethod
1217
open func length() -> Int32
1318

0 commit comments

Comments
 (0)