-
Updated
Dec 31, 2020
kotlin-library
Here are 916 public repositories matching this topic...
-
Updated
Dec 31, 2020 - Kotlin
-
Updated
Dec 17, 2020 - Kotlin
-
Updated
Dec 14, 2020 - Shell
-
Updated
Dec 23, 2020 - Kotlin
-
Updated
Nov 13, 2020 - Kotlin
-
Updated
Dec 30, 2020 - Kotlin
-
Updated
May 20, 2020 - Kotlin
-
Updated
Aug 26, 2018 - Kotlin
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,
-
Updated
Aug 16, 2018 - Kotlin
-
Updated
Nov 20, 2018 - Kotlin
-
Updated
Dec 17, 2020 - Kotlin
-
Updated
Dec 16, 2020 - Kotlin
-
Updated
Nov 15, 2020 - Kotlin
-
Updated
Jul 20, 2020 - Kotlin
-
Updated
Dec 17, 2020
-
Updated
Nov 5, 2020 - Kotlin
-
Updated
Dec 12, 2020 - Kotlin
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.
-
Updated
Feb 7, 2019 - Kotlin
-
Updated
Jul 14, 2018 - Kotlin
-
Updated
Oct 23, 2020 - Kotlin
-
Updated
Aug 25, 2017 - Kotlin
-
Updated
Feb 1, 2020 - Kotlin
-
Updated
Apr 8, 2018 - Kotlin
-
Updated
Apr 19, 2017 - Kotlin
-
Updated
Jul 4, 2018 - Kotlin
-
Updated
Feb 23, 2019 - Kotlin
Improve this page
Add a description, image, and links to the kotlin-library topic page so that developers can more easily learn about it.
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."
Add
focusRectSizeFactor
parameter for rectangle focus shape (likefocusCircleRadiusFactor
for circular). Default value should be 1.