-
#### Steps to reproduce:
This is my `Screen` definition:
```kotlin
class DetailsScreen : Screen() {
val categoryList = KRecyclerView(
{ withId(R.id.menuCategoriesRecyclerView) },
…
Cotel updated
6 years ago
-
I have the Bottom Nav defined as so in an activity_layout.xml file.
```
```
I have a fragment that gets swapped into the FrameLayout container defined above with the following content…
-
## About this issue
- Briefly describe the issue
- If I add an expandable drawer item of level 3 inside one of the secondary items of the parent expandable item of level 2, then when the parent it…
-
-
using the arc i get a black mask showing on the left and right (where the arc is) of the view this is only showing up on android 4.4.2
have tried changing the order of the views inside and outside t…
-
The nested scroll view which contains the swiper layout and a recycler view doesn't scroll properly in the main activity.
-
I have a custom annotation:
```
@Target(value=ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
public @interface Pipeline {
String id ();
String name ();
boolean visible () default true;
…
-
`
```
```
``
RecyclerView做了分页请求处理,当RecyclerView被NestedScrollView包含时,连续自动加载更多,直到分页数据全部加载完成。若是RecyclerView独立使用,加载更多功能正常。
主要代码:
![image](https://cloud.githubusercontent.com/assets/9734804/17…
-
Hi, thanks for using my library.
You could save and restore an input value while scroll, please see how to implement it:
[Short Recommendations](https://github.com/vivchar/RendererRecyclerViewAdap…
-
I have implement token listener on my tokenautocomplete. when I am delete token with delete button on softkeyboard, but the tokenListener never call, even when I add a token with click the suggestion …