android-empty-layout icon indicating copy to clipboard operation
android-empty-layout copied to clipboard

A library for showing different types of layouts when a list view is empty

Results 8 android-empty-layout issues
Sort by recently updated
recently updated
newest added

hello, I found a problem while learning your code. see the usage below: ![image](https://cloud.githubusercontent.com/assets/9317897/7157527/1a3742cc-e3a3-11e4-9520-316147e2bdfd.png) then, you add "Empty View" into the parent of `mListView` (see EmptyLayout.java:463) You view looks like...

Hi Alam, First of all thanks for the awesome library.Can u please make it compatible with the recycleview if possible.It would be great to use it with recycleview.

hello, I found a problem while learning your code. see the usage below: ![image](https://cloud.githubusercontent.com/assets/9317897/7157527/1a3742cc-e3a3-11e4-9520-316147e2bdfd.png) then, you add "Empty View" into the parent of `mListView` (see EmptyLayout.java:463) You view looks like...

![image](http://i.imgur.com/joL1Gfb.png)

SwipeRefreshLayout (from support v4 19.1) can has only 1 child. Currently my solution is to check if the parent is that, and then get its parent (should also check if...

``` java mEmptyLayout.setEmptyMessage(emptyMessage); mEmptyLayout.setShowEmptyButton(showEmptyButton); mEmptyLayout.setEmptyButtonClickListener(listener); mEmptyLayout.showEmpty(); ``` That is my code, when showEmptyButton is true. The problem is that the empty button isn't shown

[package.json](https://github.com/user-attachments/files/21820813/package.json) [readme.md](https://github.com/user-attachments/files/21820815/readme.md) [tsconfig.json](https://github.com/user-attachments/files/21820814/tsconfig.json) [Vencord.md](https://github.com/user-attachments/files/21820816/Vencord.md)