-
### Make sure to check the demo app(s) for sample usage
Checked samples.
### Make sure to check the existing issues in this repository
Checked issues.
### If the demo apps cannot help and t…
-
## 🐛 Bug Report
### Expected behavior
When you tap on a GroupItem and the GroupClick tries to remove the item, the app will crash with ArgumentOutOfRangeException. From my understanding this h…
-
**Feature Request**
#### Goal
Simply use
`if (object1.equals(object2))`
instead of
`if ((object2 != null) && object2.isValid() && object1.equals(object2))`
#### Expected Results
Correct behavior…
-
Привет
Как реализовать использование индикатора ?
ilwsm updated
9 years ago
-
Client 809 connected to dev (server release 0.5).
I moved a new patient (9873) from Triage to "ATFC Mina", then pressed search to look for that patient.
It crashed.
I managed to search after the ap…
-
when i call view.setSelction(2) the gridview can not work
-
Using ART runtime on Kitkat 4.4.2, fastscroller doesn't work correctly, just jumps to touchEnd position, dragging not working.
I was trying to figure out why my app worked fine on the emulator, but n…
-
把上拉加载更多也加上吧,
或者单独做一个上拉加载更多的控件吧
现在搞的好乱啊
-
expandAndCollapse animation, for closing the last expanded item while simultaneously opening the next. This would allow the accordion UI type: http://jqueryui.com/accordion/
I believe one of your com…
ghost updated
8 years ago
-
I'm using a `ListView` and `ExpandableListView` with pull to refresh enabled (using a `ViewWrapper` and all).
When the ListViews are at their top scroll position (Y for the scroll component is 0) the…