anko-example icon indicating copy to clipboard operation
anko-example copied to clipboard

one error in richview.kt

Open hougys opened this issue 7 years ago • 1 comments

in richview.kt private fun init() = AnkoContext.createDelegate(this).apply { gravity = CENTER

I need add var gravity,why?

hougys avatar Feb 19 '18 10:02 hougys

Error super, how to fix it?

constructor(context: Context?, attrs: AttributeSet?, defStyleAttr: Int) : super(context, attrs, defStyleAttr) { init() }

thoaihuynhnguyen avatar Nov 19 '19 05:11 thoaihuynhnguyen

The issue is closed as Anko is deprecated.

yanex avatar Nov 24 '23 14:11 yanex