Hi guys, i have a horizontal `recyclerview` with s...
# android
r
Hi guys, i have a horizontal
recyclerview
with some cards (height =
match_parent
) but i would like to add a
marginBottom
only in case the android device screen is big (example 20:9). How can i do that?
stackoverflow 1
I solved with
android:maxHeight
🙂