Skip to content

Commit 0b47790

Browse files
Update README.md
1 parent c831580 commit 0b47790

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,19 @@ ListViewVariants
22
================
33

44
Provides special ways to handle ListViews, including PinnedHeaderListView in Lollipop's Contacts' app style
5+
6+
Screenshot
7+
----------
8+
![enter image description here](https://raw.githubusercontent.com/AndroidDeveloperLB/ListViewVariants/master/device-2014-12-28-230610.png)
9+
10+
Known Issues
11+
------------
12+
13+
1. Missing some documentations and also some samples. Will work on this when I get the time.
14+
2. There is a huge issue on a very specific case, which I'm not sure what causes it (posted about it [here](http://stackoverflow.com/q/27676367/878126), in case you can help) :
15+
- The device is set to an RTL locale (like Hebrew).
16+
- The listView has a lot of items, and some of them are in RTL language (like Hebrew)
17+
- Occurs on some devices and/or Android versions, but not on all.
18+
19+
The bug that occurs is that the fast-scrollbar goes "crazy" when using it (or when scrolling normally), meaning that, for example, if you scroll to the top, it might just stop at the middle. Another example is that when you scroll down, it might disappear and appear later...
20+
Another bug that's related to the same case (and can appear together with it or instead of it) is that the headers won't appear at all, except for the pinned header.

0 commit comments

Comments
 (0)