android-empty-layout
android-empty-layout copied to clipboard
A library for showing different types of layouts when a list view is empty
hello, I found a problem while learning your code. see the usage below:  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:  then, you add "Empty View" into the parent of `mListView` (see EmptyLayout.java:463) You view looks like...

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)