0
I’m having trouble displaying the result of a firebase query in Recyclerview, only displaying the result when I click inside the Edittext component.
0
I’m having trouble displaying the result of a firebase query in Recyclerview, only displaying the result when I click inside the Edittext component.
0
Solution:
android:layout_height="match_parent"
Explanation:
wrap_content is not yet fully supported, there are ways to make it work, but it is not safe.
Source: https://medium.com/@elye.project/recyclerview-supported-wrap-content-not-quite-f04a942ce624
Browser other questions tagged android-recyclerview
You are not signed in. Login or sign up in order to post.