The Wayback Machine - https://web.archive.org/web/20210101044619/https://github.com/topics/kotlin-library
Skip to content
#

kotlin-library

Here are 916 public repositories matching this topic...

ktx
v79
v79 commented May 27, 2020

I wanted to change the style of a label on mouse hover. onEnter worked fine:

label("Load Game").cell(row = true).apply {
	onEnter {
		style = skin["mainMenuHover",Label.LabelStyle::class.java]
	}
}

But there's no corresponding onExit function. I've written one now, but wondered if there was documentation around which scene2d stage elements have actions, and which do not,

lsh-silpion
lsh-silpion commented Nov 11, 2020

While I think this is a great library, it sadly seems only to support androidx.recyclerview.widget.LinearLayoutManager. Because our customer insists on a Layout which can only be produced by androidx.recyclerview.widget.StaggeredGridLayoutManager we sadly can't use this

    java.lang.ClassCastException: androidx.recyclerview.widget.StaggeredGridLayoutManager cannot be cast to androidx.

Improve this page

Add a description, image, and links to the kotlin-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the kotlin-library topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.