79187903

Date: 2024-11-14 08:35:07
Score: 0.5
Natty:
Report link

To get the same height for element in your recyclerView, you can use code like this :

// Set your layout manager if needed recyclerView.setLayoutManager();

// force it to have fixed size recyclerView.setHasFixedSize(true);

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: MRKT