-
Does anyone know how I can close an Anko alert, but using a "button" which is embedded in a customView, AND, where isCancelable has been set = false ?
Here is the Kotlin code for this alert (I've …
-
在customView 设置一个view而不是layout, 没有马上添加到界面上
-
on above API 23 I'm facing this issue.
```
java.lang.UnsupportedOperationException: TextureView doesn't support displaying a background drawable
at android.view.TextureView.setBackgroundDrawable(…
-
Hi,
I am trying to show a dialog with an EditText inside, here's my code, inspired by your wiki:
```kotlin
alert("blah blah") {
customView { editText() }
…
-
i use your base slider view class for create a customView and use init to horizontal scrollView but it added but not shown .
-
Hello ,
i have question about how can i change the background color for the bar ?
because i changed to any color but it still give me the light color
thank you
-
### New Issue Checklist
- [ ] Updated Tabman to the latest version
- [ ] I took a look at the [Troubleshooting Guide](https://github.com/uias/Tabman/blob/master/Docs/Troubleshooting.md)
- [ ] I s…
-
simply as said above:
If JJFloatingActionButton is a subview of UIStackView or is a customView of a UIBarButtonItem, it works (opens/closes) but all action items are not clickable. Is there a workaro…
-
Crash while setting BarButtonItem to navigationItem.rightBarButtonItem.
![image](https://user-images.githubusercontent.com/81727090/216928304-cf023fde-3c06-4e40-a032-49d934859e3c.png)
But!!!!!!!!…
-
自定义图片超出屏幕定位范围,超出部分会定位到左上角,请问有解决办法吗