I have a RecyclerView which fits the whole screen.
The last item should always be positioned at the of the end screen, how can I do this?
+--------+
| Item1 |
| Item2 |
| |
| |
| Item3 |
+--------+
Asked
Active
Viewed 14 times
0

KCD
- 678
- 5
- 20
-
1Does this answer your question https://stackoverflow.com/questions/41253811/make-last-item-viewholder-in-recyclerview-fill-rest-of-the-screen-or-have-a-mi – Ammar Abdullah Sep 28 '22 at 10:26
-
I need more details, let me see your code. – Majed Al-Moqbeli Sep 28 '22 at 10:42
-
Thank you. Item decoration is the way I chose. – KCD Sep 28 '22 at 10:50